The following document contains the results of Checkstyle 6.11.2 with http://depot.universaal.org/Resources/Checkstyle/uaal-checkstyle-config.xml ruleset. 
| Category | Rule | Violations | Severity |
|---|---|---|---|
| blocks | EmptyBlock | 2 | |
| LeftCurly | 166 | ||
| NeedBraces | 163 | ||
| RightCurly | 247 | ||
| coding | AvoidInlineConditionals | 10 | |
| EmptyStatement | 12 | ||
| EqualsHashCode | 1 | ||
| HiddenField | 214 | ||
| MagicNumber | 1118 | ||
| SimplifyBooleanReturn | 6 | ||
| design | DesignForExtension | 1216 | |
| HideUtilityClassConstructor | 9 | ||
| InterfaceIsType | 5 | ||
| VisibilityModifier | 72 | ||
| imports | AvoidStarImport | 852 | |
| UnusedImports | 42 | ||
| javadoc | JavadocMethod | 2103 | |
JavadocPackage
|
26 | ||
| JavadocStyle | 49 | ||
| JavadocType | 271 | ||
| JavadocVariable | 1166 | ||
| misc | ArrayTypeStyle | 6 | |
| FinalParameters | 1509 | ||
| NewlineAtEndOfFile | 165 | ||
| TodoComment | 2 | ||
| modifier | ModifierOrder | 87 | |
| RedundantModifier | 310 | ||
| naming | ConstantName | 60 | |
| LocalVariableName | 148 | ||
| MemberName | 172 | ||
| MethodName | 445 | ||
| ParameterName | 20 | ||
| StaticVariableName | 1 | ||
| TypeName | 29 | ||
| regexp | RegexpSingleline
|
5854 | |
| sizes | LineLength | 3340 | |
| MethodLength | 2 | ||
| whitespace | FileTabCharacter
|
242 | |
| MethodParamPad | 603 | ||
| NoWhitespaceAfter | 5 | ||
| NoWhitespaceBefore | 641 | ||
| OperatorWrap | 16 | ||
| ParenPad | 1349 | ||
| WhitespaceAfter | 1979 | ||
| WhitespaceAround | 2427 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 27 | |
| misc | FinalParameters | Parameter type should be final. | 27 | |
| coding | HiddenField | 'type' hides a field. | 27 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| misc | FinalParameters | Parameter reason should be final. | 35 | |
| coding | HiddenField | 'reason' hides a field. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| design | VisibilityModifier | Variable 'event' must be private and have accessor methods. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 33 | |
| misc | FinalParameters | Parameter source should be final. | 33 | |
| misc | FinalParameters | Parameter event should be final. | 33 | |
| coding | HiddenField | 'event' hides a field. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'getEvent' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 23 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'addEventListener' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter listener should be final. | 31 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 32 | |
| design | DesignForExtension | Method 'removeEventListener' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter listener should be final. | 35 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'receiveEvent' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter e should be final. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 41 | |
| naming | ConstantName | Name 'dirIP' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| naming | ConstantName | Name 'port' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 46 | |
| naming | ConstantName | Name 'mainFrameName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'mainFrameHeight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'mainFrameWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| naming | ConstantName | Name 'buttonHeight' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'buttonWidth' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| design | VisibilityModifier | Variable 'glycaemicValue' must be private and have accessor methods. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| design | VisibilityModifier | Variable 'latestGlycaemicTestDate' must be private and have accessor methods. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| naming | ConstantName | Name 'imageName' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| naming | ConstantName | Name 'imageExtension' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| misc | FinalParameters | Parameter str should be final. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| misc | FinalParameters | Parameter str should be final. | 69 | |
| javadoc | JavadocMethod | Expected @param tag for 'str'. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.manager.Manager. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'initGUI' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| coding | MagicNumber | '800' is a magic number. | 83 | |
| coding | MagicNumber | '600' is a magic number. | 83 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| coding | MagicNumber | '3' is a magic number. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| coding | MagicNumber | '16' is a magic number. | 146 | |
| coding | MagicNumber | '16' is a magic number. | 147 | |
| coding | MagicNumber | '16' is a magic number. | 148 | |
| coding | MagicNumber | '16' is a magic number. | 149 | |
| coding | MagicNumber | '16' is a magic number. | 150 | |
| coding | MagicNumber | '16' is a magic number. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 157 | |
| javadoc | JavadocMethod | Expected an @return tag. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'initFrame' is not designed for extension - needs to be abstract, final or empty. | 158 | |
| misc | FinalParameters | Parameter name should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| misc | FinalParameters | Parameter width should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'width'. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 158 | |
| misc | FinalParameters | Parameter height should be final. | 158 | |
| javadoc | JavadocMethod | Expected @param tag for 'height'. | 158 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 173 | |
| misc | FinalParameters | Parameter axis should be final. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| javadoc | JavadocMethod | Expected an @return tag. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'initButton' is not designed for extension - needs to be abstract, final or empty. | 182 | |
| misc | FinalParameters | Parameter name should be final. | 182 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 186 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| javadoc | JavadocMethod | Expected an @return tag. | 193 | |
| design | DesignForExtension | Method 'initLabel' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| misc | FinalParameters | Parameter name should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'name'. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| misc | FinalParameters | Parameter fontSize should be final. | 193 | |
| javadoc | JavadocMethod | Expected @param tag for 'fontSize'. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| javadoc | JavadocMethod | Expected an @return tag. | 204 | |
| design | DesignForExtension | Method 'initImage' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| misc | FinalParameters | Parameter path should be final. | 204 | |
| javadoc | JavadocMethod | Expected @param tag for 'path'. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 217 | |
| javadoc | JavadocMethod | Expected an @return tag. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'initTextField' is not designed for extension - needs to be abstract, final or empty. | 218 | |
| misc | FinalParameters | Parameter size should be final. | 218 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| coding | MagicNumber | '12' is a magic number. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 232 | |
| javadoc | JavadocMethod | Expected an @return tag. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| design | DesignForExtension | Method 'initTextArea' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| misc | FinalParameters | Parameter size should be final. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'size'. | 233 | |
| misc | FinalParameters | Parameter lines should be final. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'lines'. | 233 | |
| misc | FinalParameters | Parameter cols should be final. | 233 | |
| javadoc | JavadocMethod | Expected @param tag for 'cols'. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| design | DesignForExtension | Method 'setDeviceName' is not designed for extension - needs to be abstract, final or empty. | 245 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 245 | |
| misc | FinalParameters | Parameter type should be final. | 245 | |
| misc | FinalParameters | Parameter name should be final. | 245 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 245 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 246 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 246 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 246 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 246 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| design | DesignForExtension | Method 'setFSMLabelInfo' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| misc | FinalParameters | Parameter status should be final. | 249 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| design | DesignForExtension | Method 'setMeasurementLabel' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter measure should be final. | 254 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 254 | |
| design | DesignForExtension | Method 'setPicture' is not designed for extension - needs to be abstract, final or empty. | 257 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| misc | FinalParameters | Parameter path should be final. | 257 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 263 | |
| misc | FinalParameters | Parameter e should be final. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| design | DesignForExtension | Method 'endGUI' is not designed for extension - needs to be abstract, final or empty. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.events.EventIEEEManager. | 22 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.manager.Manager. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| design | DesignForExtension | Method 'addAgent' is not designed for extension - needs to be abstract, final or empty. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter sys_id should be final. | 32 | |
| naming | ParameterName | Name 'sys_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| misc | FinalParameters | Parameter dev_id should be final. | 32 | |
| naming | ParameterName | Name 'dev_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'isCached' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter sys_id should be final. | 36 | |
| naming | ParameterName | Name 'sys_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.utils.Testing. | 34 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| naming | ConstantName | Name 'protocol_version' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| naming | ConstantName | Name 'nomenclature_version' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| naming | ConstantName | Name 'system_id' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| naming | ConstantName | Name 'system_type_manager' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| naming | ConstantName | Name 'system_type_agent' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| naming | ConstantName | Name 'functional_units' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| naming | ConstantName | Name 'encode_mder' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| naming | ConstantName | Name 'datareqmodeflags' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'manufacturer' must be private and have accessor methods. | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| design | VisibilityModifier | Variable 'model' must be private and have accessor methods. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'version' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'statemachine' must be private and have accessor methods. | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | VisibilityModifier | Variable 'encoder' must be private and have accessor methods. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | VisibilityModifier | Variable 'eventmanager' must be private and have accessor methods. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| naming | MemberName | Name 'msg_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| design | VisibilityModifier | Variable 'msg_gen' must be private and have accessor methods. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | VisibilityModifier | Variable 'rmp' must be private and have accessor methods. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'agentcache' must be private and have accessor methods. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter eventmanager should be final. | 70 | |
| coding | HiddenField | 'eventmanager' hides a field. | 70 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'getAPDU' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter received_apdu_bytes should be final. | 146 | |
| naming | ParameterName | Name 'received_apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 147 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 148 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| naming | LocalVariableName | Name 'received_apdu' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| naming | LocalVariableName | Name 'apdu_bytes_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 159 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 180). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 186 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter apdu should be final. | 198 | |
| naming | LocalVariableName | Name 'apdu_bytes_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 204 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 204 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 204 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| naming | LocalVariableName | Name 'apdu_bytes_resp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 229 | |
| design | DesignForExtension | Method 'getFSM' is not designed for extension - needs to be abstract, final or empty. | 241 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 241 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 241 | |
| design | DesignForExtension | Method 'getMessageProcessor' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getMessageGenerator' is not designed for extension - needs to be abstract, final or empty. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 248 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 184). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'eventmanager' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'totask' must be private and have accessor methods. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter evtmanager should be final. | 70 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| misc | FinalParameters | Parameter time should be final. | 75 | |
| coding | HiddenField | 'time' hides a field. | 75 | |
| misc | FinalParameters | Parameter reason should be final. | 75 | |
| misc | FinalParameters | Parameter evtmanager should be final. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'waitforConfig' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 | |
| design | DesignForExtension | Method 'waitforReleaseResponse' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 | |
| design | DesignForExtension | Method 'waitforConfirmedAction' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 98 | |
| design | DesignForExtension | Method 'waitforConfirmedSet' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 105 | |
| design | DesignForExtension | Method 'waitforGetResponse' is not designed for extension - needs to be abstract, final or empty. | 112 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 112 | |
| design | DesignForExtension | Method 'waitforMDS' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 119 | |
| design | DesignForExtension | Method 'waitforPMStore' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'waitforClearPMStore' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| design | DesignForExtension | Method 'cancel' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 157 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 161 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 161 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 166 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 185 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 92). | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 80 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | VisibilityModifier | Variable 'encoder' must be private and have accessor methods. | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'baos' must be private and have accessor methods. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter encoder should be final. | 85 | |
| coding | HiddenField | 'encoder' hides a field. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 90 | |
| design | DesignForExtension | Method 'AarqApduGenerator' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'AarqApduGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'AareApduGenerator' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| naming | MethodName | Name 'AareApduGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter reason should be final. | 96 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 97 | |
| whitespace | NoWhitespaceAfter | 'byte' is followed by whitespace. | 98 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 98 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 104 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 113 | |
| naming | LocalVariableName | Name 'proto_vers' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 117 | |
| naming | LocalVariableName | Name 'encoding_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 121 | |
| naming | LocalVariableName | Name 'nomen_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 125 | |
| naming | LocalVariableName | Name 'func_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 129 | |
| naming | LocalVariableName | Name 'sys_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| naming | LocalVariableName | Name 'attr_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 185 | |
| design | DesignForExtension | Method 'createRlrqApduNormal' is not designed for extension - needs to be abstract, final or empty. | 186 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 186 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| design | DesignForExtension | Method 'RlreApduGenerator' is not designed for extension - needs to be abstract, final or empty. | 202 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 202 | |
| naming | MethodName | Name 'RlreApduGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 202 | |
| misc | FinalParameters | Parameter reason should be final. | 202 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 203 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| design | DesignForExtension | Method 'AbrtApduGenerator' is not designed for extension - needs to be abstract, final or empty. | 215 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 215 | |
| naming | MethodName | Name 'AbrtApduGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 215 | |
| misc | FinalParameters | Parameter reason should be final. | 215 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| javadoc | JavadocMethod | Expected an @return tag. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 236 | |
| design | DesignForExtension | Method 'MeasureACKGenerator' is not designed for extension - needs to be abstract, final or empty. | 236 | |
| naming | MethodName | Name 'MeasureACKGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 236 | |
| misc | FinalParameters | Parameter datareceived should be final. | 236 | |
| misc | FinalParameters | Parameter typeofreport should be final. | 236 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| naming | LocalVariableName | Name 'data_encoded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 285 | |
| javadoc | JavadocMethod | Expected an @return tag. | 290 | |
| design | DesignForExtension | Method 'RoerGenerator' is not designed for extension - needs to be abstract, final or empty. | 290 | |
| naming | MethodName | Name 'RoerGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| misc | FinalParameters | Parameter invokeid should be final. | 290 | |
| misc | FinalParameters | Parameter err_code should be final. | 290 | |
| naming | ParameterName | Name 'err_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 304 | |
| naming | LocalVariableName | Name 'roer_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 307 | |
| naming | LocalVariableName | Name 'data_encoded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| javadoc | JavadocMethod | Expected an @return tag. | 334 | |
| design | DesignForExtension | Method 'RorjGenerator' is not designed for extension - needs to be abstract, final or empty. | 334 | |
| naming | MethodName | Name 'RorjGenerator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| misc | FinalParameters | Parameter invokeid should be final. | 334 | |
| misc | FinalParameters | Parameter err_code should be final. | 334 | |
| naming | ParameterName | Name 'err_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| naming | LocalVariableName | Name 'rorj_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 347 | |
| naming | LocalVariableName | Name 'data_encoded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 375 | |
| design | DesignForExtension | Method 'extConfigResponsegenerator' is not designed for extension - needs to be abstract, final or empty. | 375 | |
| misc | FinalParameters | Parameter invoke_id should be final. | 375 | |
| naming | ParameterName | Name 'invoke_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 375 | |
| misc | FinalParameters | Parameter resp should be final. | 375 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 395 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| naming | LocalVariableName | Name 'data_encoded' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.utils.BitArrayInputStream. | 31 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.DataReqModeCapab. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| design | VisibilityModifier | Variable 'bais' must be private and have accessor methods. | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| design | VisibilityModifier | Variable 'statemachine' must be private and have accessor methods. | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| naming | MemberName | Name 'msg_generator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| design | VisibilityModifier | Variable 'msg_generator' must be private and have accessor methods. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | VisibilityModifier | Variable 'agentcache' must be private and have accessor methods. | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | VisibilityModifier | Variable 'agent' must be private and have accessor methods. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter decoder should be final. | 85 | |
| coding | HiddenField | 'decoder' hides a field. | 85 | |
| misc | FinalParameters | Parameter fsm should be final. | 85 | |
| misc | FinalParameters | Parameter msg_gen should be final. | 85 | |
| naming | ParameterName | Name 'msg_gen' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| misc | FinalParameters | Parameter acache should be final. | 85 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'processAPDU' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| misc | FinalParameters | Parameter apdu should be final. | 95 | |
| coding | HiddenField | 'apdu' hides a field. | 95 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 96 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 103 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 109 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 110 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 129 | |
| blocks | RightCurly | '}' at column 3 should be on the same line as the next part of a multi-block statement. | 132 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 134 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 186). | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| javadoc | JavadocMethod | Expected an @return tag. | 165 | |
| misc | FinalParameters | Parameter aarq should be final. | 165 | |
| javadoc | JavadocMethod | Expected @param tag for 'aarq'. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 170 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 171 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 175 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 188 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 192 | |
| naming | LocalVariableName | Name 'proto_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 196 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 176). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 201 | |
| naming | LocalVariableName | Name 'cfg_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 202 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 204 | |
| coding | MagicNumber | '400' is a magic number. | 204 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 204 | |
| coding | MagicNumber | '499' is a magic number. | 204 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 204 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 192). | 211 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 211 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 211 | |
| coding | MagicNumber | '700' is a magic number. | 211 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 211 | |
| coding | MagicNumber | '799' is a magic number. | 211 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 217 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 217 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 217 | |
| coding | MagicNumber | '800' is a magic number. | 217 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 217 | |
| coding | MagicNumber | '899' is a magic number. | 217 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 217 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 168). | 224 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 224 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 224 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 224 | |
| coding | MagicNumber | '1500' is a magic number. | 224 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 224 | |
| coding | MagicNumber | '1599' is a magic number. | 224 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 233 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 233 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 233 | |
| coding | MagicNumber | '1700' is a magic number. | 233 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 233 | |
| coding | MagicNumber | '1799' is a magic number. | 233 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 247 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 251 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 254 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 254 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 254 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 263 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 276 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 279 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 280 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 280 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 280 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 280 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 282 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 287 | |
| misc | FinalParameters | Parameter phd should be final. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 292 | |
| naming | LocalVariableName | Name 'protocol_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 293 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 293 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 294 | |
| naming | LocalVariableName | Name 'fora_prot_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 294 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 294 | |
| coding | MagicNumber | '0xc0' is a magic number. | 294 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 295 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 295 | |
| whitespace | WhitespaceAround | '&&' is not preceded with whitespace. | 295 | |
| whitespace | WhitespaceAround | '&&' is not followed by whitespace. | 295 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 302 | |
| naming | LocalVariableName | Name 'enc_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| naming | LocalVariableName | Name 'enc_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 304 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 304 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 304 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 305 | |
| coding | MagicNumber | '7' is a magic number. | 305 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 310 | |
| naming | LocalVariableName | Name 'nomenclature_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 311 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 311 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 312 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 319 | |
| naming | LocalVariableName | Name 'functional_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 320 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 320 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 321 | |
| naming | LocalVariableName | Name 'test_assoc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 321 | |
| whitespace | NoWhitespaceAfter | '{' is followed by whitespace. | 321 | |
| coding | MagicNumber | '0x40' is a magic number. | 321 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 322 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 328 | |
| naming | LocalVariableName | Name 'sys_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 331 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter value should be final. | 347 | |
| misc | FinalParameters | Parameter pos should be final. | 347 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 347 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 348 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 348 | |
| whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 348 | |
| whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 348 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 348 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| javadoc | JavadocMethod | Expected an @return tag. | 374 | |
| misc | FinalParameters | Parameter rlrq should be final. | 374 | |
| javadoc | JavadocMethod | Expected @param tag for 'rlrq'. | 374 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 376 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 377 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 379 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 379 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 379 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 381 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 381 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 381 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 382 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 384 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 386 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 386 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 386 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 387 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 398 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 400 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 400 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 402 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 435 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| javadoc | JavadocMethod | Expected an @return tag. | 442 | |
| misc | FinalParameters | Parameter rlre should be final. | 442 | |
| javadoc | JavadocMethod | Expected @param tag for 'rlre'. | 442 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 444 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 446 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 448 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 448 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 449 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 449 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 460 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 461 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 461 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 463 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 470 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 492 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| javadoc | JavadocMethod | Expected an @return tag. | 499 | |
| misc | FinalParameters | Parameter abrt should be final. | 499 | |
| javadoc | JavadocMethod | Expected @param tag for 'abrt'. | 499 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 500 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 521 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| misc | FinalParameters | Parameter prst should be final. | 527 | |
| javadoc | JavadocMethod | Expected @param tag for 'prst'. | 527 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 527 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 528 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 529 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 529 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 530 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 533 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 535 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 535 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 535 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| naming | LocalVariableName | Name 'prst_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 538 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 544 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 551 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 553 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 554 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 554 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 556 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 556 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 559 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 560 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 562 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 574 | |
| sizes | MethodLength | Method length is 310 lines (max allowed is 150). | 574 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| misc | FinalParameters | Parameter dataapdu should be final. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 575 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 577 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 579 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 579 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 580 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 580 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 582 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 584 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 584 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 584 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 584 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 585 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 592 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 593 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 593 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 594 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 596 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 598 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 598 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 598 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 598 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 600 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 600 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 600 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 602 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 604 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 605 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 605 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 605 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 605 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 606 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 611 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 611 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 611 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 611 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 612 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 614 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 615 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 615 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 615 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 615 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 617 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 624 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 624 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 625 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 627 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 629 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 629 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 629 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 631 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 631 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 631 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 635 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 635 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 635 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 635 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 637 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 638 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 639 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 640 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 640 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 640 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 640 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 641 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 643 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 644 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 644 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 644 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 644 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 645 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 646 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 651 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 653 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 655 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 657 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 659 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 659 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 659 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 659 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 660 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 661 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 662 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 662 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 662 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 663 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 664 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 665 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 665 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 665 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 665 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 666 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 667 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 669 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 670 | |
| naming | LocalVariableName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 670 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 672 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 672 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 672 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 674 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 675 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 677 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 677 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 677 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 677 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 678 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 682 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 682 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 682 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 682 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 683 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 684 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 685 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 687 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 687 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 687 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 687 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 688 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 689 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 694 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 695 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 695 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 696 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 698 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 700 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 700 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 700 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 700 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 701 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 702 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 702 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 702 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 704 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 705 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 706 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 706 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 706 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 706 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 706 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 707 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 708 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 709 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 710 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 711 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 711 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 711 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 711 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 715 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 715 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 715 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 715 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 716 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 722 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 723 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 723 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 724 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 726 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 728 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 728 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 728 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 730 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 730 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 730 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 732 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 733 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 734 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 734 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 734 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 734 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 734 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 735 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 736 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 738 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 739 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 739 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 739 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 739 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 740 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 743 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 743 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 743 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 743 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 744 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 745 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 750 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 751 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 751 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 752 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 754 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 756 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 756 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 756 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 756 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 757 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 758 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 758 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 758 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 760 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 761 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 762 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 762 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 762 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 762 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 762 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 763 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 764 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 765 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 766 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 767 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 767 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 767 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 767 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 768 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 771 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 771 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 771 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 771 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 772 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 773 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 778 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 779 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 779 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 780 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 782 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 784 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 784 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 784 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 784 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 785 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 786 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 786 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 786 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 788 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 789 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 790 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 790 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 790 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 790 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 790 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 791 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 792 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 793 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 794 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 795 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 795 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 795 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 795 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 796 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 800 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 801 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 804 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 805 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 806 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 806 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 807 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 807 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 809 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 811 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 811 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 811 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 811 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 812 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 813 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 815 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 815 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 816 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 819 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 820 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 820 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 821 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 821 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 822 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 824 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 826 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 826 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 826 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 826 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 827 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 828 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 830 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 830 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 831 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 834 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 835 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 835 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 836 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 836 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 837 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 839 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 841 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 841 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 841 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 841 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 842 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 843 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 849 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 850 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 850 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 851 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 851 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 852 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 852 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 854 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 856 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 856 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 856 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 857 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 858 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 864 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 865 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 865 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 866 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 867 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 867 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 868 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 870 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 872 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 872 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 872 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 872 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 873 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 874 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 877 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 882 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 884 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 887 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 888 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 888 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 890 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 890 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 890 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 890 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 892 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 893 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 894 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 895 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 897 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 904 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 906 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 907 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 907 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 909 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 909 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 909 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 909 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 911 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 912 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 913 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 915 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 916 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 923 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 925 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 926 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 926 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 928 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 928 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 928 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 928 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 930 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 931 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 932 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 934 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 935 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 943 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 944 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 945 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 945 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 947 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 947 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 947 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 947 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 949 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 950 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 951 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 953 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 954 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 964 | |
| sizes | MethodLength | Method length is 168 lines (max allowed is 150). | 964 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 964 | |
| naming | MethodName | Name 'processMeasure_Roiv_cmip_confirmed_event_reportSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 964 | |
| misc | FinalParameters | Parameter dataapdu should be final. | 964 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 965 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 966 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 967 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 968 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 969 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 970 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 972 | |
| naming | LocalVariableName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 972 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 973 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 975 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 978 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 979 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 980 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 981 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 982 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 983 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 984 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 985 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 986 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 990 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 994 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 1000 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1001 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 1002 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1003 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 1004 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1005 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1010 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1014 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1015 | |
| blocks | RightCurly | '}' at column 22 should have line break before. | 1015 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1016 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 1018 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1023 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1027 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1032 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1035 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1039 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1040 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 1043 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1046 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1046 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1047 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1048 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1050 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 1051 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1054 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1054 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1056 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 1058 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1059 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1061 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1062 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1062 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1064 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 1066 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1067 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1068 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 1068 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1070 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 1072 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1073 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1074 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 1074 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1076 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 1078 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1079 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1080 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 1080 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1082 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 1083 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 1084 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 1085 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1086 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1088 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1088 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1089 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1091 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 1091 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1094 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 1096 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1097 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 1097 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1098 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1100 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 1100 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1103 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1106 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1108 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 1111 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 1112 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 1113 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 1114 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1115 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 1117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1120 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 1122 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 1122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1123 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 1124 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1133 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 1136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1136 | |
| misc | FinalParameters | Parameter eras should be final. | 1136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1137 | |
| naming | LocalVariableName | Name 'eras_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1138 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1141 | |
| naming | LocalVariableName | Name 'dri_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1144 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1146 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1146 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 1147 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1147 | |
| whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 1149 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1149 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1154 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 1156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1156 | |
| misc | FinalParameters | Parameter eras should be final. | 1156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1157 | |
| naming | LocalVariableName | Name 'eras_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1158 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 1160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1161 | |
| naming | LocalVariableName | Name 'dri_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1164 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1166 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1166 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1166 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 1167 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1167 | |
| whitespace | WhitespaceAround | 'catch' is not preceded with whitespace. | 1169 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1169 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1175 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 1176 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 1177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 1177 | |
| naming | MethodName | Name 'processConfiguration_Roiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1177 | |
| misc | FinalParameters | Parameter dataapdu should be final. | 1177 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 1179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1180 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 1181 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 1182 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1183 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 1184 | |
| naming | LocalVariableName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1184 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 1188 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 1189 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1191 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1194 | |
| naming | LocalVariableName | Name 'eras_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 1195 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 1197 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1198 | |
| whitespace | WhitespaceAround | 'try' is not followed by whitespace. | 1199 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1199 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 1200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1201 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 1202 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1203 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 1203 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 1203 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 1203 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1203 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 1204 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 1206 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 1207 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 1207 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 1207 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 1207 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 1208 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 1211 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 1219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 1235 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - java.lang.annotation.Annotation. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 29 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.ASN1ValueRangeConstraint. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 34 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.IASN1PreparedElementData. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 38 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.constraints.IASN1ConstraintMetadata. | 38 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.DataProtoId. | 40 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.INT_U16. | 41 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.INT_U8. | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 57 | |
| design | DesignForExtension | Method 'decodeInteger' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 61 | |
| misc | FinalParameters | Parameter objectClass should be final. | 61 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 61 | |
| misc | FinalParameters | Parameter stream should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 81 | |
| coding | MagicNumber | '-128' is a magic number. | 81 | |
| coding | MagicNumber | '127' is a magic number. | 81 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 81 | |
| coding | MagicNumber | '255' is a magic number. | 81 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 83 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '-32768' is a magic number. | 83 | |
| coding | MagicNumber | '32767' is a magic number. | 83 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '65535' is a magic number. | 83 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 85 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '-2147483687L' is a magic number. | 85 | |
| coding | MagicNumber | '2147483647' is a magic number. | 85 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 85 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '4294967295L' is a magic number. | 85 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 85 | |
| coding | MagicNumber | '4' is a magic number. | 86 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 89 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 89 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 89 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 92 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 96 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 103 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 105 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '4' is a magic number. | 105 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 113 | |
| design | DesignForExtension | Method 'decodeIntegerValueAsBytes' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter intLen should be final. | 113 | |
| misc | FinalParameters | Parameter stream should be final. | 113 | |
| misc | FinalParameters | Parameter signed should be final. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 121 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 121 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 127 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 127 | |
| coding | MagicNumber | '0x80' is a magic number. | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 127 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 127 | |
| coding | MagicNumber | '256' is a magic number. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| coding | MagicNumber | '8' is a magic number. | 131 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 136 | |
| design | DesignForExtension | Method 'decodeIntegerValueAsBytes' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| misc | FinalParameters | Parameter intLen should be final. | 136 | |
| misc | FinalParameters | Parameter stream should be final. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 142 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 143 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 143 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| coding | MagicNumber | '8' is a magic number. | 153 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 166 | |
| design | DesignForExtension | Method 'decodeBitString' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 169 | |
| misc | FinalParameters | Parameter objectClass should be final. | 169 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 169 | |
| misc | FinalParameters | Parameter stream should be final. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 175 | |
| whitespace | WhitespaceAround | '/=' is not followed by whitespace. | 178 | |
| coding | MagicNumber | '8' is a magic number. | 178 | |
| coding | MagicNumber | '4' is a magic number. | 180 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 181 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 184 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 187 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 191 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 191 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 191 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 192 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 212 | |
| design | DesignForExtension | Method 'decodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 216 | |
| misc | FinalParameters | Parameter objectClass should be final. | 216 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 216 | |
| misc | FinalParameters | Parameter stream should be final. | 216 | |
| naming | LocalVariableName | Name 'constraint_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 228 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 228 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 232 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 234 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 234 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 239 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 239 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 239 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 244 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 248 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 248 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 259 | |
| design | DesignForExtension | Method 'decodeSequence' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 262 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 263 | |
| misc | FinalParameters | Parameter objectClass should be final. | 263 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 263 | |
| misc | FinalParameters | Parameter stream should be final. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 270 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 274 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 278 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 278 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 279 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 293 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 296 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 296 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 296 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| design | DesignForExtension | Method 'decodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 318 | |
| misc | FinalParameters | Parameter objectClass should be final. | 318 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 318 | |
| misc | FinalParameters | Parameter stream should be final. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 334 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 334 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 336 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 338 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 338 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 341 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 343 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 344 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 344 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 347 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 347 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 347 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 348 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 348 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 348 | |
| coding | EmptyStatement | Empty statement. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 356 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 356 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 356 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 371 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 379 | |
| design | DesignForExtension | Method 'decodeChoice' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 379 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 379 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 380 | |
| misc | FinalParameters | Parameter objectClass should be final. | 380 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 380 | |
| misc | FinalParameters | Parameter stream should be final. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 384 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 386 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 388 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 392 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 396 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 401 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 403 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 403 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 403 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 403 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 403 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 408 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 409 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 410 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 414 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 417 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 417 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 418 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 420 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 426 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 426 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 426 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 426 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| design | DesignForExtension | Method 'decodeAny' is not designed for extension - needs to be abstract, final or empty. | 430 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 434 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 436 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 442 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 444 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 452 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 452 | |
| misc | FinalParameters | Parameter objectClass should be final. | 452 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 453 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 453 | |
| misc | FinalParameters | Parameter stream should be final. | 453 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 458 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 459 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 461 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 464 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 469 | |
| coding | MagicNumber | '8192' is a magic number. | 469 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 470 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 470 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 475 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 476 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 477 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 477 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 477 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 479 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 483 | |
| design | DesignForExtension | Method 'decodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 484 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 484 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 485 | |
| misc | FinalParameters | Parameter objectClass should be final. | 485 | |
| misc | FinalParameters | Parameter enumClass should be final. | 485 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 485 | |
| misc | FinalParameters | Parameter stream should be final. | 486 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| design | DesignForExtension | Method 'decodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 490 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 490 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 490 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 491 | |
| misc | FinalParameters | Parameter objectClass should be final. | 491 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 491 | |
| misc | FinalParameters | Parameter stream should be final. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| design | DesignForExtension | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 497 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 497 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 497 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 498 | |
| misc | FinalParameters | Parameter objectClass should be final. | 498 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 498 | |
| misc | FinalParameters | Parameter stream should be final. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| design | DesignForExtension | Method 'decodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 504 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 504 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 504 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 505 | |
| misc | FinalParameters | Parameter objectClass should be final. | 505 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 505 | |
| misc | FinalParameters | Parameter stream should be final. | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| design | DesignForExtension | Method 'decodeReal' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 510 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 511 | |
| misc | FinalParameters | Parameter objectClass should be final. | 511 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 511 | |
| misc | FinalParameters | Parameter stream should be final. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| design | DesignForExtension | Method 'decodeNull' is not designed for extension - needs to be abstract, final or empty. | 516 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 516 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 516 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 517 | |
| misc | FinalParameters | Parameter objectClass should be final. | 517 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 517 | |
| misc | FinalParameters | Parameter stream should be final. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 522 | |
| design | DesignForExtension | Method 'decodeSet' is not designed for extension - needs to be abstract, final or empty. | 522 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 522 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 522 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 522 | |
| misc | FinalParameters | Parameter objectClass should be final. | 522 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 523 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 523 | |
| misc | FinalParameters | Parameter len should be final. | 523 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 523 | |
| misc | FinalParameters | Parameter stream should be final. | 523 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| design | DesignForExtension | Method 'decodeTag' is not designed for extension - needs to be abstract, final or empty. | 528 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 528 | |
| misc | FinalParameters | Parameter stream should be final. | 528 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| misc | FinalParameters | Parameter object should be final. | 37 | |
| misc | FinalParameters | Parameter os should be final. | 37 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 77 | |
| design | DesignForExtension | Method 'encodeInteger' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter object should be final. | 79 | |
| misc | FinalParameters | Parameter stream should be final. | 79 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 95 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 99 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 109 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 109 | |
| misc | FinalParameters | Parameter min should be final. | 109 | |
| misc | FinalParameters | Parameter max should be final. | 109 | |
| misc | FinalParameters | Parameter value should be final. | 109 | |
| misc | FinalParameters | Parameter os should be final. | 109 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '-128' is a magic number. | 114 | |
| coding | MagicNumber | '127' is a magic number. | 114 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 114 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '255' is a magic number. | 114 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 116 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '-32768' is a magic number. | 116 | |
| coding | MagicNumber | '32767' is a magic number. | 116 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '65535' is a magic number. | 116 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 118 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '-2147483687L' is a magic number. | 118 | |
| coding | MagicNumber | '2147483647' is a magic number. | 118 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '4294967295L' is a magic number. | 118 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 118 | |
| coding | MagicNumber | '4' is a magic number. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 123 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| coding | MagicNumber | '8' is a magic number. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 128 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 138 | |
| javadoc | JavadocMethod | Expected an @return tag. | 140 | |
| design | DesignForExtension | Method 'encodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 140 | |
| misc | FinalParameters | Parameter object should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 140 | |
| misc | FinalParameters | Parameter stream should be final. | 140 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 140 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 141 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 141 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 152 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 152 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 153 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 153 | |
| coding | MagicNumber | '65535' is a magic number. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 160 | |
| javadoc | JavadocMethod | Expected an @return tag. | 167 | |
| design | DesignForExtension | Method 'encodeBitString' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| misc | FinalParameters | Parameter object should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 167 | |
| misc | FinalParameters | Parameter stream should be final. | 167 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 167 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 168 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 168 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 168 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 175 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 176 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 176 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 181 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter object should be final. | 190 | |
| misc | FinalParameters | Parameter stream should be final. | 190 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| whitespace | NoWhitespaceAfter | 'Field' is followed by whitespace. | 196 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 198 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 202 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| javadoc | JavadocMethod | Expected an @return tag. | 213 | |
| design | DesignForExtension | Method 'encodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| misc | FinalParameters | Parameter object should be final. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 215 | |
| misc | FinalParameters | Parameter stream should be final. | 215 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 215 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 216 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 216 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 222 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 222 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 222 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 230 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 230 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 231 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 231 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 233 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 239 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 239 | |
| coding | MagicNumber | '65535' is a magic number. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 241 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 241 | |
| coding | MagicNumber | '65535' is a magic number. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| design | DesignForExtension | Method 'encodeChoice' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 254 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 254 | |
| misc | FinalParameters | Parameter object should be final. | 254 | |
| misc | FinalParameters | Parameter stream should be final. | 254 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 254 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 255 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 261 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 262 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 267 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 272 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 272 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 274 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 281 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 281 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 285 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 285 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 289 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 290 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 292 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 292 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 294 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 294 | |
| coding | MagicNumber | '65535' is a magic number. | 294 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 296 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 296 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 296 | |
| coding | MagicNumber | '65535' is a magic number. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 302 | |
| javadoc | JavadocMethod | Expected an @return tag. | 307 | |
| design | DesignForExtension | Method 'encodeAny' is not designed for extension - needs to be abstract, final or empty. | 307 | |
| misc | FinalParameters | Parameter object should be final. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 307 | |
| misc | FinalParameters | Parameter stream should be final. | 307 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 307 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 308 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 308 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 311 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 312 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 314 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| coding | MagicNumber | '65535' is a magic number. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| design | DesignForExtension | Method 'encodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| misc | FinalParameters | Parameter enumConstant should be final. | 325 | |
| misc | FinalParameters | Parameter enumClass should be final. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 326 | |
| misc | FinalParameters | Parameter stream should be final. | 326 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| design | DesignForExtension | Method 'encodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| misc | FinalParameters | Parameter object should be final. | 330 | |
| misc | FinalParameters | Parameter stream should be final. | 330 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| design | DesignForExtension | Method 'encodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter object should be final. | 336 | |
| misc | FinalParameters | Parameter steam should be final. | 336 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| misc | FinalParameters | Parameter object should be final. | 341 | |
| misc | FinalParameters | Parameter steam should be final. | 341 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| design | DesignForExtension | Method 'encodeNull' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter object should be final. | 347 | |
| misc | FinalParameters | Parameter stream should be final. | 347 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| design | DesignForExtension | Method 'encodeReal' is not designed for extension - needs to be abstract, final or empty. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 352 | |
| misc | FinalParameters | Parameter object should be final. | 352 | |
| misc | FinalParameters | Parameter steam should be final. | 352 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 353 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - java.util.Calendar. | 23 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 24 | |
| imports | UnusedImports | Unused import - java.util.Set. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| design | VisibilityModifier | Variable 'weightMeasurement' must be private and have accessor methods. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| design | VisibilityModifier | Variable 'sysMeasurement' must be private and have accessor methods. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'diaMeasurement' must be private and have accessor methods. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'hrMeasurement' must be private and have accessor methods. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'index' must be private and have accessor methods. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter i should be final. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'addMeasurement' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter time should be final. | 72 | |
| misc | FinalParameters | Parameter unit should be final. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'printMeasurement' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter time_gap should be final. | 80 | |
| naming | ParameterName | Name 'time_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 82 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| naming | LocalVariableName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| naming | LocalVariableName | Name 'measure_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 88 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 98 | |
| design | DesignForExtension | Method 'addMeasurement' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter objects should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 104 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 105 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter object should be final. | 119 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 120 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| misc | FinalParameters | Parameter object should be final. | 127 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 128 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 128 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 129 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 131 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 131 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 132 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 134 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 135 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 138 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter object should be final. | 143 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 144 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 144 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 146 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 151 | |
| design | DesignForExtension | Method 'printObject' is not designed for extension - needs to be abstract, final or empty. | 152 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 152 | |
| misc | FinalParameters | Parameter obj should be final. | 152 | |
| misc | FinalParameters | Parameter unit_code should be final. | 152 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| misc | FinalParameters | Parameter time_gap should be final. | 152 | |
| naming | ParameterName | Name 'time_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 152 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 155 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 156 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 156 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 157 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 159 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 161 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 162 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 162 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 163 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 164 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 172 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| misc | FinalParameters | Parameter obj should be final. | 172 | |
| misc | FinalParameters | Parameter unit_code should be final. | 172 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| naming | LocalVariableName | Name 'float_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 188 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 188 | |
| misc | FinalParameters | Parameter obj should be final. | 188 | |
| misc | FinalParameters | Parameter unit_code should be final. | 188 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 188 | |
| naming | LocalVariableName | Name 'sfloat_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| misc | FinalParameters | Parameter exponent should be final. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 212 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 212 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 213 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 213 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 214 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 214 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 215 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 215 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 215 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 215 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 216 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| misc | FinalParameters | Parameter obj should be final. | 225 | |
| misc | FinalParameters | Parameter unit_code should be final. | 225 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 225 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 227 | |
| naming | LocalVariableName | Name 'float_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| design | DesignForExtension | Method 'getWeighValue' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'getWeightUnit' is not designed for extension - needs to be abstract, final or empty. | 249 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| design | DesignForExtension | Method 'getWeightTimestamp' is not designed for extension - needs to be abstract, final or empty. | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 258 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 258 | |
| misc | FinalParameters | Parameter obj should be final. | 258 | |
| misc | FinalParameters | Parameter unit_code should be final. | 258 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 258 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 261 | |
| naming | LocalVariableName | Name 'sfloat_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 269 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 270 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter abstime should be final. | 285 | |
| misc | FinalParameters | Parameter time_gap should be final. | 285 | |
| naming | ParameterName | Name 'time_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 285 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| naming | LocalVariableName | Name 'year_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'day_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'month_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'hour_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'min_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| naming | LocalVariableName | Name 'secs_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 288 | |
| naming | LocalVariableName | Name 'device_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_day' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_hour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| naming | LocalVariableName | Name 'device_secs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 289 | |
| naming | LocalVariableName | Name 'year_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'day_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'month_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'hour_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'min_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'secs_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 289 | |
| naming | LocalVariableName | Name 'modified_values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 290 | |
| coding | MagicNumber | '6' is a magic number. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| coding | MagicNumber | '3' is a magic number. | 295 | |
| coding | MagicNumber | '4' is a magic number. | 296 | |
| coding | MagicNumber | '5' is a magic number. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 299 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 299 | |
| coding | MagicNumber | '100' is a magic number. | 299 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 307 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 308 | |
| coding | MagicNumber | '3' is a magic number. | 309 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 309 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 309 | |
| coding | MagicNumber | '4' is a magic number. | 310 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 310 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 310 | |
| coding | MagicNumber | '5' is a magic number. | 311 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 311 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 321 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| coding | MagicNumber | '3' is a magic number. | 326 | |
| coding | MagicNumber | '4' is a magic number. | 327 | |
| coding | MagicNumber | '5' is a magic number. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter obj should be final. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| misc | FinalParameters | Parameter modified_values should be final. | 342 | |
| naming | ParameterName | Name 'modified_values' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| naming | LocalVariableName | Name 'DAYS_IN_MONTH' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '28' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '30' is a magic number. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '31' is a magic number. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 346 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 346 | |
| coding | MagicNumber | '4' is a magic number. | 346 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 346 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 346 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 346 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 347 | |
| coding | MagicNumber | '29' is a magic number. | 347 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 347 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| naming | LocalVariableName | Name 'value_to_fix' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 350 | |
| coding | MagicNumber | '5' is a magic number. | 351 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 352 | |
| coding | MagicNumber | '5' is a magic number. | 352 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 352 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| coding | MagicNumber | '5' is a magic number. | 355 | |
| coding | MagicNumber | '59' is a magic number. | 355 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 355 | |
| coding | MagicNumber | '5' is a magic number. | 356 | |
| coding | MagicNumber | '60' is a magic number. | 356 | |
| coding | MagicNumber | '4' is a magic number. | 357 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 358 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 359 | |
| coding | MagicNumber | '5' is a magic number. | 359 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 359 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 359 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 359 | |
| coding | MagicNumber | '5' is a magic number. | 360 | |
| coding | MagicNumber | '60' is a magic number. | 360 | |
| coding | MagicNumber | '4' is a magic number. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 365 | |
| coding | MagicNumber | '4' is a magic number. | 365 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 365 | |
| coding | MagicNumber | '4' is a magic number. | 367 | |
| coding | MagicNumber | '59' is a magic number. | 367 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 367 | |
| coding | MagicNumber | '4' is a magic number. | 368 | |
| coding | MagicNumber | '60' is a magic number. | 368 | |
| coding | MagicNumber | '3' is a magic number. | 369 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 370 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 371 | |
| coding | MagicNumber | '4' is a magic number. | 371 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 371 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 371 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 371 | |
| coding | MagicNumber | '4' is a magic number. | 372 | |
| coding | MagicNumber | '60' is a magic number. | 372 | |
| coding | MagicNumber | '3' is a magic number. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 377 | |
| coding | MagicNumber | '3' is a magic number. | 377 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 377 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 377 | |
| coding | MagicNumber | '3' is a magic number. | 379 | |
| coding | MagicNumber | '23' is a magic number. | 379 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 379 | |
| coding | MagicNumber | '3' is a magic number. | 380 | |
| coding | MagicNumber | '24' is a magic number. | 380 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 382 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 383 | |
| coding | MagicNumber | '3' is a magic number. | 383 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 383 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 383 | |
| coding | MagicNumber | '3' is a magic number. | 384 | |
| coding | MagicNumber | '24' is a magic number. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 389 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 389 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 392 | |
| naming | LocalVariableName | Name 'days_in_measure_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 394 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 394 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 395 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 396 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 398 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 399 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 399 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 401 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 401 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 401 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 405 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 405 | |
| coding | MagicNumber | '12' is a magic number. | 407 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 407 | |
| coding | MagicNumber | '12' is a magic number. | 408 | |
| blocks | RightCurly | '}' at column 5 should be on the same line as the next part of a multi-block statement. | 410 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 411 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 411 | |
| coding | MagicNumber | '12' is a magic number. | 412 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 420 | |
| design | DesignForExtension | Method 'setWeightMeasurement' is not designed for extension - needs to be abstract, final or empty. | 421 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 421 | |
| misc | FinalParameters | Parameter f should be final. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| design | DesignForExtension | Method 'setHeartRateMeasurement' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| misc | FinalParameters | Parameter f should be final. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| design | DesignForExtension | Method 'setSysMeasurement' is not designed for extension - needs to be abstract, final or empty. | 429 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 429 | |
| misc | FinalParameters | Parameter f should be final. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| design | DesignForExtension | Method 'setDiaMeasurement' is not designed for extension - needs to be abstract, final or empty. | 433 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 433 | |
| misc | FinalParameters | Parameter f should be final. | 433 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 83). | 25 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| naming | MemberName | Name 'value_obj' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter timemeasure should be final. | 35 | |
| misc | FinalParameters | Parameter unit_code should be final. | 35 | |
| naming | ParameterName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| misc | FinalParameters | Parameter measure_value_object should be final. | 35 | |
| naming | ParameterName | Name 'measure_value_object' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | DesignForExtension | Method 'getTimeObject' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 | |
| design | DesignForExtension | Method 'getOIDType' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getMeasureObject' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 181). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 195). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 69 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 114 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.ber.*. | 115 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.der.*. | 116 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.per.*. | 117 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 126 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| design | DesignForExtension | Method 'newEncoder' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 138 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 138 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 143 | |
| design | DesignForExtension | Method 'newEncoder' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 148 | |
| misc | FinalParameters | Parameter encodingSchema should be final. | 148 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 148 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 149 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 153 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 153 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 157 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 157 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 157 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 163 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 167 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 168 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 172 | |
| javadoc | JavadocMethod | Expected an @return tag. | 177 | |
| design | DesignForExtension | Method 'newDecoder' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 177 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 182 | |
| design | DesignForExtension | Method 'newDecoder' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| misc | FinalParameters | Parameter encodingSchema should be final. | 187 | |
| javadoc | JavadocMethod | Expected @param tag for 'encodingSchema'. | 187 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 187 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 192 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 192 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 196 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 196 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 196 | |
| whitespace | WhitespaceAround | '||' is not preceded with whitespace. | 196 | |
| whitespace | WhitespaceAround | '||' is not followed by whitespace. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 198 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 200 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 202 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 206 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'newPreparedElementData' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter typeInfo should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| javadoc | JavadocMethod | Expected @param tag for '<T>'. | 33 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 21 | |
| javadoc | JavadocType | Type Javadoc comment is missing an @param <T> tag. | 24 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 25 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 32 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 23 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 22 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 22 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 20 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 22 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 25 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.annotation.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.constraints.*. | 32 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter objectClass should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter parentClass should be final. | 61 | |
| misc | FinalParameters | Parameter field should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter annotated should be final. | 67 | |
| misc | FinalParameters | Parameter objectClass should be final. | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 70 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 72 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 72 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 73 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 73 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 73 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 74 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 77 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 77 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 77 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 78 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 81 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 84 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 84 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 85 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 86 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 88 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 88 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 89 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 89 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 89 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 90 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 92 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 93 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 93 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 93 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 93 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 94 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 96 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 96 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 97 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 97 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 98 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 101 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 101 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 104 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 105 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 108 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 109 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 109 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 109 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 109 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 109 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 109 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 110 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 113 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 113 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 114 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 116 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 116 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 117 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 117 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 117 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 118 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 121 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 121 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 121 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 122 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 124 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 125 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 125 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 125 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 125 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 125 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 129 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 129 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 129 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 133 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 133 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 133 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 134 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 137 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 137 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 137 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 138 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 141 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 141 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 141 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 146 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 148 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 149 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 149 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 152 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 153 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 153 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 153 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 153 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter elementData should be final. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 175 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter index should be final. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter index should be final. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter objectClass should be final. | 187 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 190 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 191 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 195 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 199 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 199 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 206 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 206 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 208 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 220 | |
| misc | FinalParameters | Parameter valueField should be final. | 220 | |
| coding | HiddenField | 'valueField' hides a field. | 220 | |
| misc | FinalParameters | Parameter valueFieldMeta should be final. | 220 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter annotated should be final. | 233 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 234 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 234 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 235 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 235 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 235 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 235 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 235 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 236 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 238 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 238 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 239 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 239 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 248 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| misc | FinalParameters | Parameter objectClass should be final. | 252 | |
| misc | FinalParameters | Parameter field should be final. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 254 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 256 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 257 | |
| blocks | RightCurly | '}' at column 54 should be on the same line as the next part of a multi-block statement. | 257 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 261 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 263 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 264 | |
| blocks | RightCurly | '}' at column 54 should be on the same line as the next part of a multi-block statement. | 264 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 268 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 270 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 271 | |
| blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 271 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 275 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 277 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 278 | |
| blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 278 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| misc | FinalParameters | Parameter objClass should be final. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 288 | |
| blocks | LeftCurly | '{' at column 41 should have line break after. | 289 | |
| blocks | RightCurly | '}' at column 53 should be on the same line as the next part of a multi-block statement. | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| blocks | LeftCurly | '{' at column 38 should have line break after. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| misc | FinalParameters | Parameter object should be final. | 293 | |
| misc | FinalParameters | Parameter param should be final. | 293 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| misc | FinalParameters | Parameter object should be final. | 297 | |
| misc | FinalParameters | Parameter param should be final. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 301 | |
| misc | FinalParameters | Parameter object should be final. | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| misc | FinalParameters | Parameter param should be final. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter object should be final. | 305 | |
| misc | FinalParameters | Parameter param should be final. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 313 | |
| misc | FinalParameters | Parameter cls should be final. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 314 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 317 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 318 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 320 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 29 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| misc | FinalParameters | Parameter value should be final. | 32 | |
| coding | MagicNumber | '0x7f800000L' is a magic number. | 33 | |
| coding | MagicNumber | '4' is a magic number. | 34 | |
| coding | MagicNumber | '8' is a magic number. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 38 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 40 | |
| coding | MagicNumber | '8' is a magic number. | 43 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 43 | |
| whitespace | NoWhitespaceBefore | '--' is preceded with whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter value should be final. | 50 | |
| coding | MagicNumber | '0x7f80000000000000L' is a magic number. | 51 | |
| coding | MagicNumber | '8' is a magic number. | 52 | |
| coding | MagicNumber | '8' is a magic number. | 55 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 56 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 58 | |
| coding | MagicNumber | '8' is a magic number. | 61 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 61 | |
| whitespace | NoWhitespaceBefore | '--' is preceded with whitespace. | 62 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| coding | MagicNumber | '0x7f800000L' is a magic number. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| coding | MagicNumber | '4' is a magic number. | 71 | |
| coding | MagicNumber | '8' is a magic number. | 73 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 73 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 74 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 77 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| misc | FinalParameters | Parameter value should be final. | 82 | |
| coding | MagicNumber | '0x7f80000000000000L' is a magic number. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| coding | MagicNumber | '8' is a magic number. | 85 | |
| coding | MagicNumber | '8' is a magic number. | 87 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 87 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 88 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 91 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter bhString should be final. | 96 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 97 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| coding | MagicNumber | '4' is a magic number. | 97 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 99 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 100 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 100 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter bhString should be final. | 105 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 106 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 106 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '8' is a magic number. | 108 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 108 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 108 | |
| whitespace | WhitespaceAround | '?' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 | |
| coding | MagicNumber | '8' is a magic number. | 113 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 113 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 114 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 114 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 114 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 115 | |
| coding | MagicNumber | '7' is a magic number. | 115 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 115 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 115 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 118 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '8' is a magic number. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 119 | |
| coding | MagicNumber | '8' is a magic number. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter bhString should be final. | 128 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 129 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 129 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 130 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 130 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 130 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | '?' is not preceded with whitespace. | 130 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 130 | |
| coding | MagicNumber | '4' is a magic number. | 130 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 131 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 133 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 135 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 135 | |
| coding | MagicNumber | '0x30' is a magic number. | 135 | |
| coding | MagicNumber | '4' is a magic number. | 135 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 136 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 136 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 137 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 137 | |
| coding | MagicNumber | '0x30' is a magic number. | 137 | |
| coding | MagicNumber | '0x0F' is a magic number. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 142 | |
| misc | FinalParameters | Parameter objectClass should be final. | 142 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 142 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 145 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 145 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 147 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 147 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 148 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 148 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 157 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 160 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 163 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 164 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 168 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 176 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 176 | |
| misc | FinalParameters | Parameter value should be final. | 176 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 176 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 177 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 178 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 179 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 180 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 180 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 183 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 184 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 185 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 185 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 185 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 185 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 185 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 186 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 186 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 186 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 186 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 188 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 189 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 190 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 191 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 191 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 191 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 191 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter field should be final. | 206 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 206 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 209 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 210 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter field should be final. | 216 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 216 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 219 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter field should be final. | 228 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 228 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 229 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 230 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 231 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 231 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 233 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 235 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 235 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 235 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 237 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 243 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 243 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 246 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 246 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 247 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 249 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 254 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 254 | |
| misc | FinalParameters | Parameter field should be final. | 254 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 255 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 257 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 261 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 264 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 264 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 273 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 275 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 276 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 276 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter methodName should be final. | 285 | |
| misc | FinalParameters | Parameter objectClass should be final. | 285 | |
| misc | FinalParameters | Parameter paramClass should be final. | 285 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 285 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 288 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 291 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| misc | FinalParameters | Parameter field should be final. | 300 | |
| misc | FinalParameters | Parameter objectClass should be final. | 300 | |
| misc | FinalParameters | Parameter paramClass should be final. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 301 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter field should be final. | 305 | |
| misc | FinalParameters | Parameter objectClass should be final. | 305 | |
| misc | FinalParameters | Parameter paramClass should be final. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 306 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 306 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 306 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 311 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 311 | |
| misc | FinalParameters | Parameter field should be final. | 311 | |
| misc | FinalParameters | Parameter objectClass should be final. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 312 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 316 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 316 | |
| misc | FinalParameters | Parameter field should be final. | 316 | |
| misc | FinalParameters | Parameter objectClass should be final. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 317 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 317 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 317 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 321 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 321 | |
| misc | FinalParameters | Parameter objectClass should be final. | 321 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 321 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 323 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 325 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 330 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 330 | |
| naming | MethodName | Name 'ASN1StringToBuffer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 330 | |
| misc | FinalParameters | Parameter obj should be final. | 330 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 333 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 337 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 344 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 344 | |
| misc | FinalParameters | Parameter byteBuf should be final. | 344 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 347 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 349 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 352 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 359 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 359 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 360 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 364 | |
| misc | FinalParameters | Parameter tp should be final. | 364 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 369 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 370 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 373 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 374 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 375 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| design | VisibilityModifier | Variable 'value' must be private and have accessor methods. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| design | VisibilityModifier | Variable 'size' must be private and have accessor methods. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter result should be final. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter result should be final. | 31 | |
| misc | FinalParameters | Parameter size should be final. | 31 | |
| coding | HiddenField | 'size' hides a field. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter result should be final. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter size should be final. | 48 | |
| coding | HiddenField | 'size' hides a field. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 28 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter stream should be final. | 28 | |
| misc | FinalParameters | Parameter objectClass should be final. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 43 | |
| design | DesignForExtension | Method 'decodeClassType' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 43 | |
| misc | FinalParameters | Parameter objectClass should be final. | 43 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 43 | |
| misc | FinalParameters | Parameter stream should be final. | 43 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 45 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 45 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 54 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 55 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 58 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 62 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 62 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 62 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 62 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 63 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 67 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 70 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 71 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 74 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 74 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 74 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 75 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 78 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 78 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 78 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 82 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 86 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 86 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 86 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 86 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 90 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 91 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 91 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 94 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 95 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 96 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 99 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 101 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 101 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 101 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 104 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 105 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 108 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 108 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 108 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 109 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 109 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 112 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 112 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 112 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 113 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 114 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 119 | |
| design | DesignForExtension | Method 'decodeJavaElement' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 119 | |
| misc | FinalParameters | Parameter objectClass should be final. | 119 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 119 | |
| misc | FinalParameters | Parameter stream should be final. | 119 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 122 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 138 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 142 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 147 | |
| design | DesignForExtension | Method 'decodePreparedElement' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 147 | |
| misc | FinalParameters | Parameter objectClass should be final. | 147 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 147 | |
| misc | FinalParameters | Parameter stream should be final. | 147 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 150 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 158 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 160 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 168 | |
| design | DesignForExtension | Method 'invokeSetterMethodForField' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| misc | FinalParameters | Parameter field should be final. | 168 | |
| misc | FinalParameters | Parameter object should be final. | 168 | |
| misc | FinalParameters | Parameter param should be final. | 168 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 168 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 169 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 169 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 169 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 179 | |
| design | DesignForExtension | Method 'invokeSelectMethodForField' is not designed for extension - needs to be abstract, final or empty. | 179 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| misc | FinalParameters | Parameter field should be final. | 179 | |
| misc | FinalParameters | Parameter object should be final. | 179 | |
| misc | FinalParameters | Parameter param should be final. | 179 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 179 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 180 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 180 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 180 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 184 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 190 | |
| design | DesignForExtension | Method 'initDefaultValues' is not designed for extension - needs to be abstract, final or empty. | 190 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 190 | |
| misc | FinalParameters | Parameter object should be final. | 190 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 192 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 194 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 198 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 198 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 199 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 200 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 200 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 202 | |
| whitespace | WhitespaceAround | 'catch' is not followed by whitespace. | 203 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 203 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 203 | |
| blocks | RightCurly | '}' at column 41 should be alone on a line. | 203 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 203 | |
| coding | EmptyStatement | Empty statement. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 206 | |
| design | DesignForExtension | Method 'createInstanceForElement' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| misc | FinalParameters | Parameter objectClass should be final. | 206 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 206 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 209 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 213 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 213 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 213 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 214 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 216 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 217 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 221 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 221 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 221 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 222 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 235 | |
| design | DesignForExtension | Method 'decodeSequence' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 235 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 235 | |
| misc | FinalParameters | Parameter objectClass should be final. | 235 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 235 | |
| misc | FinalParameters | Parameter stream should be final. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 245 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 245 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 245 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 245 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 245 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 247 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 247 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 248 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 250 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 250 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 250 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 250 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 252 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 253 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 253 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 254 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 257 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 257 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 257 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 257 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 259 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 260 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 263 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 263 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 263 | |
| blocks | RightCurly | '}' at column 25 should be on the same line as the next part of a multi-block statement. | 264 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 266 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 266 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 267 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 267 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 270 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 270 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 276 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 277 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 278 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 278 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 278 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 280 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 280 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 281 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 281 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 281 | |
| blocks | RightCurly | '}' at column 31 should be on the same line as the next part of a multi-block statement. | 282 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 283 | |
| blocks | RightCurly | '}' at column 26 should be on the same line as the next part of a multi-block statement. | 285 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 286 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 290 | |
| coding | EmptyStatement | Empty statement. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 305 | |
| design | DesignForExtension | Method 'createSequenceFieldInfo' is not designed for extension - needs to be abstract, final or empty. | 305 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 305 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 305 | |
| misc | FinalParameters | Parameter sequenceObj should be final. | 305 | |
| misc | FinalParameters | Parameter field should be final. | 305 | |
| misc | FinalParameters | Parameter fieldIdx should be final. | 305 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 307 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 311 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 312 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 206). | 322 | |
| design | DesignForExtension | Method 'decodeSequenceField' is not designed for extension - needs to be abstract, final or empty. | 322 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 322 | |
| misc | FinalParameters | Parameter fieldTag should be final. | 322 | |
| misc | FinalParameters | Parameter sequenceObj should be final. | 322 | |
| misc | FinalParameters | Parameter fieldIdx should be final. | 322 | |
| misc | FinalParameters | Parameter field should be final. | 322 | |
| misc | FinalParameters | Parameter stream should be final. | 322 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 322 | |
| misc | FinalParameters | Parameter optionalCheck should be final. | 322 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 324 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 326 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 330 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 331 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 341 | |
| design | DesignForExtension | Method 'decodeChoice' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| misc | FinalParameters | Parameter objectClass should be final. | 341 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 341 | |
| misc | FinalParameters | Parameter stream should be final. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 348 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 349 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 349 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 353 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 354 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 355 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 357 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 365 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 365 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 366 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 366 | |
| blocks | RightCurly | '}' at column 17 should be alone on a line. | 368 | |
| coding | EmptyStatement | Empty statement. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 373 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 373 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 374 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 375 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 376 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 376 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 376 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 379 | |
| design | DesignForExtension | Method 'decodeEnum' is not designed for extension - needs to be abstract, final or empty. | 379 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 379 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 379 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 379 | |
| misc | FinalParameters | Parameter objectClass should be final. | 379 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 379 | |
| misc | FinalParameters | Parameter stream should be final. | 379 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 384 | |
| coding | EmptyStatement | Empty statement. | 388 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 390 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 390 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 393 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 396 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 398 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 399 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 405 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 405 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 405 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 406 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 407 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 412 | |
| design | DesignForExtension | Method 'decodeElement' is not designed for extension - needs to be abstract, final or empty. | 412 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 412 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 412 | |
| misc | FinalParameters | Parameter objectClass should be final. | 412 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 412 | |
| misc | FinalParameters | Parameter stream should be final. | 412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 414 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 417 | |
| design | DesignForExtension | Method 'decodeBoxedType' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 417 | |
| misc | FinalParameters | Parameter objectClass should be final. | 417 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 417 | |
| misc | FinalParameters | Parameter stream should be final. | 417 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 423 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 425 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 426 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 431 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 436 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 437 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 440 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 441 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 441 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 441 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 443 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 445 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 446 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 447 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 447 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 448 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 455 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 455 | |
| blocks | RightCurly | '}' at column 11 should be alone on a line. | 458 | |
| coding | EmptyStatement | Empty statement. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 464 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 465 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 465 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 467 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 468 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 469 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 469 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 469 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 471 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 471 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 471 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 471 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 471 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 472 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 473 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter element should be final. | 44 | |
| coding | HiddenField | 'element' hides a field. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter anElement should be final. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter cls should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter info should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter parentAnnotated should be final. | 72 | |
| coding | HiddenField | 'parentAnnotated' hides a field. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter parentObject should be final. | 80 | |
| coding | HiddenField | 'parentObject' hides a field. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter preparedInfo should be final. | 88 | |
| coding | HiddenField | 'preparedInfo' hides a field. | 88 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 90 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| misc | FinalParameters | Parameter preparedInstance should be final. | 103 | |
| coding | HiddenField | 'preparedInstance' hides a field. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter objClass should be final. | 111 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 112 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 114 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| misc | FinalParameters | Parameter maxAvailableLen should be final. | 135 | |
| coding | HiddenField | 'maxAvailableLen' hides a field. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| naming | ConstantName | Name 'Primitive' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| naming | ConstantName | Name 'Constructed' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 26 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter object should be final. | 30 | |
| misc | FinalParameters | Parameter stream should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 33 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 36 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 44 | |
| blocks | RightCurly | '}' at column 9 should be alone on a line. | 45 | |
| coding | EmptyStatement | Empty statement. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 49 | |
| design | DesignForExtension | Method 'encodeClassType' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter object should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 49 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 52 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 56 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 59 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 59 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 59 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 63 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 64 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 67 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 68 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 75 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 76 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 76 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 79 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 79 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 79 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 79 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 80 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 80 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 83 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 83 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 83 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 83 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 84 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 91 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 95 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 96 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 96 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 99 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 99 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 99 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 100 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 103 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 103 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 103 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 107 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 107 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 107 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 108 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 108 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 111 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 111 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 111 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 112 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 112 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 115 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 115 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 116 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 117 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 118 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 123 | |
| design | DesignForExtension | Method 'encodeJavaElement' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| misc | FinalParameters | Parameter object should be final. | 123 | |
| misc | FinalParameters | Parameter stream should be final. | 123 | |
| misc | FinalParameters | Parameter info should be final. | 123 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 123 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 125 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 126 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 129 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 134 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 136 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 138 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 142 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 145 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 146 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 151 | |
| design | DesignForExtension | Method 'encodePreparedElement' is not designed for extension - needs to be abstract, final or empty. | 151 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 151 | |
| misc | FinalParameters | Parameter object should be final. | 151 | |
| misc | FinalParameters | Parameter stream should be final. | 151 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 151 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 159 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 160 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 167 | |
| design | DesignForExtension | Method 'invokeGetterMethodForField' is not designed for extension - needs to be abstract, final or empty. | 167 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 167 | |
| misc | FinalParameters | Parameter field should be final. | 167 | |
| misc | FinalParameters | Parameter object should be final. | 167 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 167 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 168 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 169 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 169 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 177 | |
| design | DesignForExtension | Method 'invokeSelectedMethodForField' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| misc | FinalParameters | Parameter field should be final. | 177 | |
| misc | FinalParameters | Parameter object should be final. | 177 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 177 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 178 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 179 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 187 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 187 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 187 | |
| misc | FinalParameters | Parameter object should be final. | 187 | |
| misc | FinalParameters | Parameter stream should be final. | 187 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 187 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 192 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 198 | |
| design | DesignForExtension | Method 'encodeSequenceField' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| misc | FinalParameters | Parameter object should be final. | 198 | |
| misc | FinalParameters | Parameter fieldIdx should be final. | 198 | |
| misc | FinalParameters | Parameter field should be final. | 198 | |
| misc | FinalParameters | Parameter stream should be final. | 198 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 198 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 203 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 204 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 208 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 210 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 211 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 214 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 216 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 216 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 216 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 218 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 225 | |
| design | DesignForExtension | Method 'isSelectedChoiceItem' is not designed for extension - needs to be abstract, final or empty. | 225 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 225 | |
| misc | FinalParameters | Parameter field should be final. | 225 | |
| misc | FinalParameters | Parameter object should be final. | 225 | |
| misc | FinalParameters | Parameter info should be final. | 225 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 226 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 226 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 228 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 233 | |
| design | DesignForExtension | Method 'getChoiceSelectedElement' is not designed for extension - needs to be abstract, final or empty. | 233 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 233 | |
| misc | FinalParameters | Parameter object should be final. | 233 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 239 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 239 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 240 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 244 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 245 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 249 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 251 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 258 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 259 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 264 | |
| design | DesignForExtension | Method 'encodeChoice' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| misc | FinalParameters | Parameter object should be final. | 264 | |
| misc | FinalParameters | Parameter stream should be final. | 264 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 267 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 273 | |
| design | DesignForExtension | Method 'encodeEnum' is not designed for extension - needs to be abstract, final or empty. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 273 | |
| misc | FinalParameters | Parameter object should be final. | 273 | |
| misc | FinalParameters | Parameter stream should be final. | 273 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 273 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 279 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 282 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 293 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 297 | |
| design | DesignForExtension | Method 'encodeElement' is not designed for extension - needs to be abstract, final or empty. | 297 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 297 | |
| misc | FinalParameters | Parameter object should be final. | 297 | |
| misc | FinalParameters | Parameter stream should be final. | 297 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 297 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 299 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 302 | |
| design | DesignForExtension | Method 'encodeBoxedType' is not designed for extension - needs to be abstract, final or empty. | 302 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 302 | |
| misc | FinalParameters | Parameter object should be final. | 302 | |
| misc | FinalParameters | Parameter stream should be final. | 302 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 306 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 306 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 306 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 308 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 310 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 311 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 312 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 312 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 320 | |
| blocks | RightCurly | '}' at column 11 should be alone on a line. | 323 | |
| coding | EmptyStatement | Empty statement. | 323 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 327 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 331 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 331 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 94). | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 158). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| naming | ConstantName | Name 'Universal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| naming | ConstantName | Name 'Application' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| naming | ConstantName | Name 'ContextSpecific' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| naming | ConstantName | Name 'Private' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 19 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 19 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 20 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 20 | |
| naming | ConstantName | Name 'Reserved0' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 21 | |
| naming | ConstantName | Name 'Boolean' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 22 | |
| naming | ConstantName | Name 'Integer' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 23 | |
| naming | ConstantName | Name 'Bitstring' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 24 | |
| naming | ConstantName | Name 'OctetString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 25 | |
| naming | ConstantName | Name 'Null' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 26 | |
| naming | ConstantName | Name 'ObjectIdentifier' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 27 | |
| naming | ConstantName | Name 'ObjectDescriptor' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 28 | |
| naming | ConstantName | Name 'External' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| naming | ConstantName | Name 'Real' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| naming | ConstantName | Name 'Enumerated' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| naming | ConstantName | Name 'EmbeddedPdv' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| naming | ConstantName | Name 'UTF8String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| naming | ConstantName | Name 'RelativeObject' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| naming | ConstantName | Name 'Reserved14' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| naming | ConstantName | Name 'Reserved15' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| naming | ConstantName | Name 'Sequence' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| naming | ConstantName | Name 'Set' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| naming | ConstantName | Name 'NumericString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| naming | ConstantName | Name 'PrintableString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| naming | ConstantName | Name 'TeletexString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| naming | ConstantName | Name 'VideotexString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| naming | ConstantName | Name 'IA5String' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| naming | ConstantName | Name 'UTCTime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| naming | ConstantName | Name 'GeneralizedTime' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| naming | ConstantName | Name 'GraphicString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| naming | ConstantName | Name 'VisibleString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| naming | ConstantName | Name 'GeneralString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| naming | ConstantName | Name 'UniversalString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| naming | ConstantName | Name 'UnspecifiedString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| naming | ConstantName | Name 'BMPString' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| naming | ConstantName | Name 'LastUniversal' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 19 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter info should be final. | 27 | |
| misc | FinalParameters | Parameter tagClass should be final. | 27 | |
| misc | FinalParameters | Parameter elemenType should be final. | 27 | |
| misc | FinalParameters | Parameter universalTag should be final. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 31 | |
| blocks | RightCurly | '}' at column 2 should be on the same line as the next part of a multi-block statement. | 33 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 35 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 35 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 35 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 45 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 48 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 52 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| misc | FinalParameters | Parameter tagClass should be final. | 65 | |
| misc | FinalParameters | Parameter elemenType should be final. | 65 | |
| misc | FinalParameters | Parameter universalTag should be final. | 65 | |
| misc | FinalParameters | Parameter userTag should be final. | 65 | |
| misc | FinalParameters | Parameter userTagClass should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| coding | MagicNumber | '31' is a magic number. | 70 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 73 | |
| coding | MagicNumber | '0x1F' is a magic number. | 75 | |
| coding | MagicNumber | '0x80' is a magic number. | 76 | |
| coding | MagicNumber | '8' is a magic number. | 77 | |
| coding | MagicNumber | '0x7F' is a magic number. | 78 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 80 | |
| coding | MagicNumber | '0x3FFF' is a magic number. | 82 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 83 | |
| coding | MagicNumber | '16' is a magic number. | 84 | |
| coding | MagicNumber | '0x3fff' is a magic number. | 85 | |
| coding | MagicNumber | '7' is a magic number. | 85 | |
| coding | MagicNumber | '0x80' is a magic number. | 85 | |
| coding | MagicNumber | '8' is a magic number. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| coding | MagicNumber | '0x3fff' is a magic number. | 86 | |
| coding | MagicNumber | '0x7f' is a magic number. | 86 | |
| coding | MagicNumber | '3' is a magic number. | 87 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 88 | |
| coding | MagicNumber | '0x3FFFF' is a magic number. | 90 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 91 | |
| coding | MagicNumber | '24' is a magic number. | 92 | |
| coding | MagicNumber | '0x3FFFF' is a magic number. | 93 | |
| coding | MagicNumber | '15' is a magic number. | 93 | |
| coding | MagicNumber | '0x80' is a magic number. | 93 | |
| coding | MagicNumber | '16' is a magic number. | 93 | |
| coding | MagicNumber | '0x3FFFF' is a magic number. | 94 | |
| coding | MagicNumber | '7' is a magic number. | 94 | |
| coding | MagicNumber | '0x80' is a magic number. | 94 | |
| coding | MagicNumber | '8' is a magic number. | 94 | |
| coding | MagicNumber | '0x3FFFF' is a magic number. | 95 | |
| coding | MagicNumber | '0x3f' is a magic number. | 95 | |
| coding | MagicNumber | '4' is a magic number. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 27 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 31 | |
| design | DesignForExtension | Method 'decodeLength' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter stream should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 32 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 33 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 34 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 37 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 37 | |
| coding | MagicNumber | '128' is a magic number. | 38 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 38 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 39 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | MagicNumber | '128' is a magic number. | 44 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 46 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 47 | |
| coding | MagicNumber | '8' is a magic number. | 48 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 49 | |
| whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| design | DesignForExtension | Method 'decodeTag' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter stream should be final. | 56 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 57 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 59 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 59 | |
| whitespace | NoWhitespaceAfter | '-' is followed by whitespace. | 59 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 61 | |
| coding | MagicNumber | '31' is a magic number. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 65 | |
| coding | MagicNumber | '0x80' is a magic number. | 66 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x80' is a magic number. | 67 | |
| coding | MagicNumber | '4' is a magic number. | 67 | |
| coding | MagicNumber | '8' is a magic number. | 68 | |
| blocks | LeftCurly | '{' at column 22 should be on the previous line. | 71 | |
| blocks | RightCurly | '}' at column 22 should be on the same line as the next part of a multi-block statement. | 74 | |
| coding | MagicNumber | '8' is a magic number. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 85 | |
| design | DesignForExtension | Method 'checkTagForObject' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 85 | |
| misc | FinalParameters | Parameter tagClass should be final. | 85 | |
| misc | FinalParameters | Parameter elementType should be final. | 85 | |
| misc | FinalParameters | Parameter universalTag should be final. | 85 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 86 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 94 | |
| design | DesignForExtension | Method 'decodeSequence' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| misc | FinalParameters | Parameter objectClass should be final. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 95 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 95 | |
| misc | FinalParameters | Parameter stream should be final. | 95 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 98 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 98 | |
| blocks | EmptyBlock | Must have at least one statement. | 98 | |
| blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 99 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 104 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 104 | |
| blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 106 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 107 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 115 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 116 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 118 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 119 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 120 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 120 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 126 | |
| design | DesignForExtension | Method 'decodeSet' is not designed for extension - needs to be abstract, final or empty. | 126 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 126 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 | |
| misc | FinalParameters | Parameter objectClass should be final. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 127 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 127 | |
| misc | FinalParameters | Parameter len should be final. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| misc | FinalParameters | Parameter stream should be final. | 127 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 135 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 135 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 139 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 139 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 139 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 140 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 147 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 147 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 147 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 149 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 150 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 150 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 152 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 154 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 156 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 157 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 160 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 160 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 160 | |
| blocks | RightCurly | '}' at column 25 should be on the same line as the next part of a multi-block statement. | 161 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 163 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 163 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 164 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 164 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 167 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 171 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 173 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 173 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 175 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 175 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 175 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 175 | |
| blocks | RightCurly | '}' at column 26 should be on the same line as the next part of a multi-block statement. | 180 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 181 | |
| blocks | RightCurly | '}' at column 22 should be on the same line as the next part of a multi-block statement. | 183 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 190 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 196 | |
| design | DesignForExtension | Method 'decodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 196 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 196 | |
| misc | FinalParameters | Parameter objectClass should be final. | 196 | |
| misc | FinalParameters | Parameter enumClass should be final. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 197 | |
| misc | FinalParameters | Parameter stream should be final. | 198 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 199 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 204 | |
| design | DesignForExtension | Method 'decodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 204 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 204 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 204 | |
| misc | FinalParameters | Parameter objectClass should be final. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 205 | |
| misc | FinalParameters | Parameter stream should be final. | 206 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 207 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 207 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 210 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 211 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 211 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 211 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| design | DesignForExtension | Method 'decodeAny' is not designed for extension - needs to be abstract, final or empty. | 216 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 216 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 216 | |
| misc | FinalParameters | Parameter objectClass should be final. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 217 | |
| misc | FinalParameters | Parameter stream should be final. | 218 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 220 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 220 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 220 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 220 | |
| coding | MagicNumber | '1024' is a magic number. | 222 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 223 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 223 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 223 | |
| coding | MagicNumber | '1024' is a magic number. | 224 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 226 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 226 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 230 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 230 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 231 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 232 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 232 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 233 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 233 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 233 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 242 | |
| design | DesignForExtension | Method 'decodeNull' is not designed for extension - needs to be abstract, final or empty. | 242 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 242 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 242 | |
| misc | FinalParameters | Parameter objectClass should be final. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 243 | |
| misc | FinalParameters | Parameter stream should be final. | 244 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 245 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 245 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 247 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 247 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 247 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 252 | |
| design | DesignForExtension | Method 'decodeInteger' is not designed for extension - needs to be abstract, final or empty. | 252 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 252 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 252 | |
| misc | FinalParameters | Parameter objectClass should be final. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 253 | |
| misc | FinalParameters | Parameter stream should be final. | 254 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 255 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 259 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 261 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 270 | |
| design | DesignForExtension | Method 'decodeReal' is not designed for extension - needs to be abstract, final or empty. | 270 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 270 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 270 | |
| misc | FinalParameters | Parameter objectClass should be final. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 271 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 271 | |
| misc | FinalParameters | Parameter stream should be final. | 272 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 273 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 280 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 280 | |
| coding | MagicNumber | '0x40' is a magic number. | 280 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 284 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 284 | |
| coding | MagicNumber | '0x41' is a magic number. | 284 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 287 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 287 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 290 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 290 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 290 | |
| coding | MagicNumber | '0x3' is a magic number. | 291 | |
| coding | MagicNumber | '0x40' is a magic number. | 292 | |
| coding | MagicNumber | '0x0C' is a magic number. | 293 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 296 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 299 | |
| coding | MagicNumber | '0x000ff00000000000L' is a magic number. | 299 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 300 | |
| coding | MagicNumber | '8' is a magic number. | 300 | |
| coding | MagicNumber | '8' is a magic number. | 301 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 303 | |
| coding | MagicNumber | '0x0010000000000000L' is a magic number. | 303 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 304 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| coding | MagicNumber | '0x0FFFFFFFFFFFFFL' is a magic number. | 307 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 308 | |
| coding | MagicNumber | '1023' is a magic number. | 308 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 308 | |
| coding | MagicNumber | '52' is a magic number. | 308 | |
| coding | MagicNumber | '52' is a magic number. | 308 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 309 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 311 | |
| coding | MagicNumber | '0x8000000000000000L' is a magic number. | 311 | |
| whitespace | WhitespaceAround | '|=' is not followed by whitespace. | 311 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 315 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 315 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 318 | |
| design | DesignForExtension | Method 'decodeChoice' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 318 | |
| misc | FinalParameters | Parameter objectClass should be final. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| misc | FinalParameters | Parameter stream should be final. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 322 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 323 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 323 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 324 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 329 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 329 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 331 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 336 | |
| design | DesignForExtension | Method 'decodeIntegerValue' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter stream should be final. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 338 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 338 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 342 | |
| design | DesignForExtension | Method 'decodeLongValue' is not designed for extension - needs to be abstract, final or empty. | 342 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 342 | |
| misc | FinalParameters | Parameter stream should be final. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| design | DesignForExtension | Method 'decodeLongValue' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter stream should be final. | 347 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 348 | |
| misc | FinalParameters | Parameter len should be final. | 348 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 350 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 351 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 353 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 357 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 357 | |
| coding | MagicNumber | '0x80' is a magic number. | 357 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 357 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 357 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 357 | |
| coding | MagicNumber | '256' is a magic number. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| coding | MagicNumber | '8' is a magic number. | 361 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 367 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 368 | |
| design | DesignForExtension | Method 'decodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 368 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 368 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 368 | |
| misc | FinalParameters | Parameter objectClass should be final. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 369 | |
| misc | FinalParameters | Parameter stream should be final. | 370 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 371 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 371 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 380 | |
| design | DesignForExtension | Method 'decodeBitString' is not designed for extension - needs to be abstract, final or empty. | 380 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 380 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 380 | |
| misc | FinalParameters | Parameter objectClass should be final. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 381 | |
| misc | FinalParameters | Parameter stream should be final. | 382 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 383 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 383 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 387 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 387 | |
| coding | MagicNumber | '8' is a magic number. | 387 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 387 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 387 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 388 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 391 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 391 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 391 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 394 | |
| design | DesignForExtension | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 394 | |
| misc | FinalParameters | Parameter objectClass should be final. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 395 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 395 | |
| misc | FinalParameters | Parameter stream should be final. | 396 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 397 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 397 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 397 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 400 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 407 | |
| design | DesignForExtension | Method 'decodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 407 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 407 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 407 | |
| misc | FinalParameters | Parameter objectClass should be final. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 408 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 408 | |
| misc | FinalParameters | Parameter stream should be final. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 410 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 410 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 410 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 411 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 411 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 411 | |
| blocks | RightCurly | '}' at column 6 should be on the same line as the next part of a multi-block statement. | 413 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 415 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 420 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 420 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 420 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 429 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 430 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 430 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 431 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 435 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 435 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 435 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 436 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 436 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 437 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 437 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 437 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 437 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 442 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 443 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 443 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 443 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 443 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 443 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 447 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 449 | |
| design | DesignForExtension | Method 'decodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 449 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 449 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 449 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| misc | FinalParameters | Parameter objectClass should be final. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 451 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 451 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 452 | |
| misc | FinalParameters | Parameter stream should be final. | 452 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 453 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 33 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter object should be final. | 40 | |
| misc | FinalParameters | Parameter stream should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter object should be final. | 46 | |
| misc | FinalParameters | Parameter stream should be final. | 46 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 53 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 55 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 179). | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'encodeChoice' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| misc | FinalParameters | Parameter object should be final. | 62 | |
| misc | FinalParameters | Parameter stream should be final. | 62 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 68 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 68 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 201). | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 75 | |
| design | DesignForExtension | Method 'encodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| misc | FinalParameters | Parameter enumConstant should be final. | 75 | |
| misc | FinalParameters | Parameter enumClass should be final. | 75 | |
| misc | FinalParameters | Parameter stream should be final. | 75 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 78 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 82 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| design | DesignForExtension | Method 'encodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| misc | FinalParameters | Parameter object should be final. | 88 | |
| misc | FinalParameters | Parameter stream should be final. | 88 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 89 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 91 | |
| coding | MagicNumber | '0xFF' is a magic number. | 91 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 94 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| design | DesignForExtension | Method 'encodeAny' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter object should be final. | 100 | |
| misc | FinalParameters | Parameter stream should be final. | 100 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 104 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 104 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 111 | |
| design | DesignForExtension | Method 'encodeIntegerValue' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| misc | FinalParameters | Parameter value should be final. | 111 | |
| misc | FinalParameters | Parameter stream should be final. | 111 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 113 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '8' is a magic number. | 115 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| design | DesignForExtension | Method 'encodeInteger' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| misc | FinalParameters | Parameter object should be final. | 120 | |
| misc | FinalParameters | Parameter stream should be final. | 120 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 127 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 137 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'encodeReal' is not designed for extension - needs to be abstract, final or empty. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 143 | |
| misc | FinalParameters | Parameter object should be final. | 143 | |
| misc | FinalParameters | Parameter stream should be final. | 143 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 144 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 150 | |
| coding | MagicNumber | '0x7ff0000000000000L' is a magic number. | 150 | |
| coding | MagicNumber | '0x40' is a magic number. | 151 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 154 | |
| coding | MagicNumber | '0xfff0000000000000L' is a magic number. | 154 | |
| coding | MagicNumber | '0x41' is a magic number. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 158 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 158 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 158 | |
| coding | MagicNumber | '0x7ff0000000000000L' is a magic number. | 159 | |
| coding | MagicNumber | '52' is a magic number. | 159 | |
| coding | MagicNumber | '1023' is a magic number. | 159 | |
| coding | MagicNumber | '52' is a magic number. | 159 | |
| coding | MagicNumber | '0x000fffffffffffffL' is a magic number. | 160 | |
| coding | MagicNumber | '0x10000000000000L' is a magic number. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 164 | |
| coding | MagicNumber | '0xFFL' is a magic number. | 164 | |
| coding | MagicNumber | '8' is a magic number. | 165 | |
| coding | MagicNumber | '8' is a magic number. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 168 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 170 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 173 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 175 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| coding | MagicNumber | '0x80' is a magic number. | 177 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 178 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 179 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 179 | |
| coding | MagicNumber | '0x8000000000000000L' is a magic number. | 179 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 180 | |
| coding | MagicNumber | '0x40' is a magic number. | 180 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 182 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 183 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 187 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| design | DesignForExtension | Method 'encodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 193 | |
| misc | FinalParameters | Parameter object should be final. | 193 | |
| misc | FinalParameters | Parameter stream should be final. | 193 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 194 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 196 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 197 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 197 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 203 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| design | DesignForExtension | Method 'encodeBitString' is not designed for extension - needs to be abstract, final or empty. | 209 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 209 | |
| misc | FinalParameters | Parameter object should be final. | 209 | |
| misc | FinalParameters | Parameter stream should be final. | 209 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 210 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 216 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 216 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 217 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 217 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 222 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| design | DesignForExtension | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 228 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 228 | |
| misc | FinalParameters | Parameter object should be final. | 228 | |
| misc | FinalParameters | Parameter stream should be final. | 228 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 229 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 232 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 232 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| design | DesignForExtension | Method 'encodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 244 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 244 | |
| misc | FinalParameters | Parameter object should be final. | 244 | |
| misc | FinalParameters | Parameter stream should be final. | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 245 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 245 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 247 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 249 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 255 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 255 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 256 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 256 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 258 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 265 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 270 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 277 | |
| design | DesignForExtension | Method 'encodeHeader' is not designed for extension - needs to be abstract, final or empty. | 277 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 277 | |
| misc | FinalParameters | Parameter tagValue should be final. | 277 | |
| misc | FinalParameters | Parameter contentLen should be final. | 277 | |
| misc | FinalParameters | Parameter stream should be final. | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 283 | |
| design | DesignForExtension | Method 'encodeTag' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 283 | |
| misc | FinalParameters | Parameter tagValue should be final. | 283 | |
| misc | FinalParameters | Parameter stream should be final. | 283 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 286 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 286 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| coding | MagicNumber | '8' is a magic number. | 288 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 293 | |
| design | DesignForExtension | Method 'encodeLength' is not designed for extension - needs to be abstract, final or empty. | 293 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 293 | |
| misc | FinalParameters | Parameter length should be final. | 293 | |
| misc | FinalParameters | Parameter stream should be final. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 297 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 298 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| coding | MagicNumber | '128' is a magic number. | 300 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 304 | |
| coding | MagicNumber | '256' is a magic number. | 305 | |
| coding | MagicNumber | '0x81' is a magic number. | 307 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 308 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 308 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| coding | MagicNumber | '65536' is a magic number. | 311 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 312 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 312 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 313 | |
| coding | MagicNumber | '8' is a magic number. | 313 | |
| coding | MagicNumber | '0x82' is a magic number. | 314 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 314 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 315 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 315 | |
| coding | MagicNumber | '3' is a magic number. | 315 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| coding | MagicNumber | '16777126' is a magic number. | 318 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 319 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 320 | |
| coding | MagicNumber | '8' is a magic number. | 320 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 320 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 321 | |
| coding | MagicNumber | '16' is a magic number. | 321 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 321 | |
| coding | MagicNumber | '0x83' is a magic number. | 322 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 322 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 323 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 323 | |
| coding | MagicNumber | '4' is a magic number. | 323 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 324 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 326 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 327 | |
| coding | MagicNumber | '8' is a magic number. | 327 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 328 | |
| coding | MagicNumber | '16' is a magic number. | 328 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 329 | |
| coding | MagicNumber | '24' is a magic number. | 329 | |
| coding | MagicNumber | '0x84' is a magic number. | 330 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 331 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 331 | |
| coding | MagicNumber | '5' is a magic number. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| design | DesignForExtension | Method 'encodeNull' is not designed for extension - needs to be abstract, final or empty. | 336 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 336 | |
| misc | FinalParameters | Parameter object should be final. | 336 | |
| misc | FinalParameters | Parameter stream should be final. | 336 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 337 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 338 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| design | DesignForExtension | Method 'encodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 346 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 346 | |
| misc | FinalParameters | Parameter object should be final. | 346 | |
| misc | FinalParameters | Parameter stream should be final. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 347 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 347 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 348 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 355 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| naming | MethodName | Name 'Encode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 28 | |
| misc | FinalParameters | Parameter oidArcArray should be final. | 28 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 32 | |
| coding | MagicNumber | '5' is a magic number. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 34 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 39 | |
| coding | MagicNumber | '255' is a magic number. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| coding | EmptyStatement | Empty statement. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| naming | MethodName | Name 'EncodeFirstTwoArcs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| misc | FinalParameters | Parameter topArc should be final. | 44 | |
| misc | FinalParameters | Parameter secondArc should be final. | 44 | |
| misc | FinalParameters | Parameter result should be final. | 44 | |
| misc | FinalParameters | Parameter nextAvailable should be final. | 44 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 45 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 47 | |
| coding | MagicNumber | '39' is a magic number. | 47 | |
| coding | MagicNumber | '40' is a magic number. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'EncodeOneArc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| misc | FinalParameters | Parameter arc should be final. | 60 | |
| misc | FinalParameters | Parameter result should be final. | 60 | |
| misc | FinalParameters | Parameter nextAvailable should be final. | 60 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 61 | |
| coding | MagicNumber | '0x7f' is a magic number. | 62 | |
| coding | MagicNumber | '0x3f80' is a magic number. | 63 | |
| coding | MagicNumber | '0x1fc000' is a magic number. | 64 | |
| coding | MagicNumber | '0xfe00000' is a magic number. | 65 | |
| coding | MagicNumber | '3' is a magic number. | 65 | |
| coding | MagicNumber | '0xf0000000' is a magic number. | 66 | |
| coding | MagicNumber | '4' is a magic number. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| coding | MagicNumber | '5' is a magic number. | 69 | |
| coding | MagicNumber | '4' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0xff' is a magic number. | 70 | |
| coding | MagicNumber | '3' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0xff00' is a magic number. | 71 | |
| coding | MagicNumber | '8' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0xff0000' is a magic number. | 72 | |
| coding | MagicNumber | '16' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '0xff000000' is a magic number. | 73 | |
| coding | MagicNumber | '24' is a magic number. | 73 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| coding | MagicNumber | '5' is a magic number. | 77 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 78 | |
| coding | MagicNumber | '4' is a magic number. | 78 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 79 | |
| coding | MagicNumber | '3' is a magic number. | 79 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 80 | |
| coding | MagicNumber | '3' is a magic number. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 83 | |
| coding | MagicNumber | '0x80' is a magic number. | 84 | |
| coding | MagicNumber | '0x80' is a magic number. | 85 | |
| coding | MagicNumber | '0x80' is a magic number. | 86 | |
| coding | MagicNumber | '3' is a magic number. | 87 | |
| coding | MagicNumber | '0x80' is a magic number. | 87 | |
| coding | MagicNumber | '4' is a magic number. | 88 | |
| coding | MagicNumber | '0x7f' is a magic number. | 88 | |
| coding | MagicNumber | '5' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| naming | MethodName | Name 'Truncate' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 96 | |
| misc | FinalParameters | Parameter b1 should be final. | 96 | |
| misc | FinalParameters | Parameter nextAvailable should be final. | 96 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| naming | MethodName | Name 'Decode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| misc | FinalParameters | Parameter oidBytes should be final. | 105 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| coding | MagicNumber | '40' is a magic number. | 112 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 113 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 116 | |
| coding | MagicNumber | '80' is a magic number. | 117 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 118 | |
| coding | MagicNumber | '40' is a magic number. | 120 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 123 | |
| coding | MagicNumber | '80' is a magic number. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| naming | MethodName | Name 'IntArrayToDottedDecimal' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| misc | FinalParameters | Parameter oidIntArray should be final. | 133 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 134 | |
| coding | MagicNumber | '4' is a magic number. | 135 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 137 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| naming | MethodName | Name 'BerByteArrayToIntArray' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 149 | |
| misc | FinalParameters | Parameter berBytes should be final. | 149 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 150 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 155 | |
| coding | MagicNumber | '0x80' is a magic number. | 156 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 162 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 164 | |
| coding | MagicNumber | '5' is a magic number. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 181 | |
| naming | MethodName | Name 'DecodeOneArc' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| misc | FinalParameters | Parameter berByteList should be final. | 181 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 183 | |
| coding | MagicNumber | '5' is a magic number. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 195 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 195 | |
| coding | MagicNumber | '0x7f' is a magic number. | 195 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 196 | |
| coding | MagicNumber | '7' is a magic number. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 199 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.ber.*. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter object should be final. | 29 | |
| misc | FinalParameters | Parameter stream should be final. | 29 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 31 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 32 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 34 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 48 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 174). | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.constraints.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.utils.*. | 32 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 36 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter stream should be final. | 36 | |
| misc | FinalParameters | Parameter objectClass should be final. | 36 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'decodeTag' is not designed for extension - needs to be abstract, final or empty. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter stream should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | DesignForExtension | Method 'skipAlignedBits' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 48 | |
| design | DesignForExtension | Method 'decodeIntegerValueAsBytes' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter intLen should be final. | 48 | |
| misc | FinalParameters | Parameter stream should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 61 | |
| coding | MagicNumber | '0x80' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '256' is a magic number. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| coding | MagicNumber | '8' is a magic number. | 65 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 75 | |
| design | DesignForExtension | Method 'decodeConstraintLengthDeterminant' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| misc | FinalParameters | Parameter min should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 75 | |
| misc | FinalParameters | Parameter max should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 75 | |
| misc | FinalParameters | Parameter stream should be final. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 75 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 75 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| coding | MagicNumber | '0xFFFF' is a magic number. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 82 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Expected an @return tag. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 91 | |
| design | DesignForExtension | Method 'decodeLengthDeterminant' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| misc | FinalParameters | Parameter stream should be final. | 91 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 91 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 94 | |
| coding | MagicNumber | '0x80' is a magic number. | 94 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 94 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 94 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| coding | MagicNumber | '0x3f' is a magic number. | 103 | |
| coding | MagicNumber | '8' is a magic number. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| javadoc | JavadocMethod | Expected an @return tag. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 123 | |
| design | DesignForExtension | Method 'decodeConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| misc | FinalParameters | Parameter min should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 123 | |
| misc | FinalParameters | Parameter max should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 123 | |
| misc | FinalParameters | Parameter stream should be final. | 123 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 123 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 134 | |
| coding | MagicNumber | '256' is a magic number. | 134 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 143 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 143 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 144 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 146 | |
| coding | MagicNumber | '65536' is a magic number. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| coding | MagicNumber | '8' is a magic number. | 152 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 153 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 154 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 172 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 173 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| javadoc | JavadocMethod | Expected an @return tag. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 188 | |
| design | DesignForExtension | Method 'decodeSemiConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 188 | |
| misc | FinalParameters | Parameter min should be final. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 188 | |
| misc | FinalParameters | Parameter stream should be final. | 188 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 188 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 188 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 192 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 193 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| javadoc | JavadocMethod | Expected an @return tag. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 205 | |
| design | DesignForExtension | Method 'decodeNormallySmallNumber' is not designed for extension - needs to be abstract, final or empty. | 205 | |
| misc | FinalParameters | Parameter stream should be final. | 205 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 205 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 205 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 208 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| coding | MagicNumber | '6' is a magic number. | 214 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 224 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 232 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| javadoc | JavadocMethod | Expected an @return tag. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 239 | |
| design | DesignForExtension | Method 'decodeUnconstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| misc | FinalParameters | Parameter stream should be final. | 239 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 239 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 239 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 243 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 247 | |
| design | DesignForExtension | Method 'decodeLength' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 247 | |
| misc | FinalParameters | Parameter stream should be final. | 247 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 250 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 252 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 255 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 255 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 255 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 262 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 262 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 262 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 264 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 266 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 269 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 271 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 271 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 271 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 274 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 276 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 277 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 277 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 278 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 280 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| design | DesignForExtension | Method 'decodeChoice' is not designed for extension - needs to be abstract, final or empty. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 285 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| misc | FinalParameters | Parameter objectClass should be final. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 287 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 287 | |
| misc | FinalParameters | Parameter stream should be final. | 288 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 289 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 292 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 294 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 296 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 297 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 297 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 297 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 299 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 299 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 304 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 305 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 306 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 311 | |
| blocks | RightCurly | '}' at column 13 should be alone on a line. | 313 | |
| coding | EmptyStatement | Empty statement. | 313 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 316 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 316 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 317 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 323 | |
| design | DesignForExtension | Method 'getSequencePreambleBitLen' is not designed for extension - needs to be abstract, final or empty. | 323 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 323 | |
| misc | FinalParameters | Parameter objectClass should be final. | 323 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 323 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 326 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 326 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 327 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 328 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 329 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 330 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 340 | |
| design | DesignForExtension | Method 'decodeSequence' is not designed for extension - needs to be abstract, final or empty. | 340 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 340 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 340 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 340 | |
| misc | FinalParameters | Parameter objectClass should be final. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 341 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 341 | |
| misc | FinalParameters | Parameter stream should be final. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 343 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 344 | |
| coding | MagicNumber | '32' is a magic number. | 347 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 352 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 352 | |
| blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 354 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 356 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 360 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 360 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 362 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 362 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 363 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 364 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 365 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 368 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 368 | |
| coding | MagicNumber | '0x80000000' is a magic number. | 368 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 368 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 368 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 368 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 369 | |
| blocks | RightCurly | '}' at column 18 should be on the same line as the next part of a multi-block statement. | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 375 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 377 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 387 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 387 | |
| design | DesignForExtension | Method 'decodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 387 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 387 | |
| misc | FinalParameters | Parameter objectClass should be final. | 387 | |
| misc | FinalParameters | Parameter enumClass should be final. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 388 | |
| misc | FinalParameters | Parameter stream should be final. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 390 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 393 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 394 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 399 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 399 | |
| whitespace | WhitespaceAround | '<=' is not preceded with whitespace. | 399 | |
| whitespace | WhitespaceAround | '<=' is not followed by whitespace. | 399 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 402 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 402 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 404 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 405 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 406 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 407 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 407 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 407 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 408 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 417 | |
| design | DesignForExtension | Method 'decodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 417 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 417 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 417 | |
| misc | FinalParameters | Parameter objectClass should be final. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 418 | |
| misc | FinalParameters | Parameter stream should be final. | 419 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| design | DesignForExtension | Method 'decodeAny' is not designed for extension - needs to be abstract, final or empty. | 426 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 426 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 426 | |
| misc | FinalParameters | Parameter objectClass should be final. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 427 | |
| misc | FinalParameters | Parameter stream should be final. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 432 | |
| design | DesignForExtension | Method 'decodeNull' is not designed for extension - needs to be abstract, final or empty. | 432 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 432 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 432 | |
| misc | FinalParameters | Parameter objectClass should be final. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 433 | |
| misc | FinalParameters | Parameter stream should be final. | 434 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 438 | |
| design | DesignForExtension | Method 'decodeInteger' is not designed for extension - needs to be abstract, final or empty. | 438 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 438 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 438 | |
| misc | FinalParameters | Parameter objectClass should be final. | 438 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 439 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 439 | |
| misc | FinalParameters | Parameter stream should be final. | 440 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 441 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 444 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 445 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 446 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 447 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 448 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 450 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 451 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 453 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 455 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 457 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 457 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 461 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 462 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 464 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 466 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 469 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 469 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 472 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 474 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 474 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 477 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 480 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 482 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 485 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 488 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 490 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 492 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 496 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 496 | |
| design | DesignForExtension | Method 'decodeReal' is not designed for extension - needs to be abstract, final or empty. | 496 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 496 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 496 | |
| misc | FinalParameters | Parameter objectClass should be final. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 497 | |
| misc | FinalParameters | Parameter stream should be final. | 498 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 506 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 506 | |
| coding | MagicNumber | '0x40' is a magic number. | 506 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 510 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 510 | |
| coding | MagicNumber | '0x41' is a magic number. | 510 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 513 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 513 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 514 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 516 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 516 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 516 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 516 | |
| coding | MagicNumber | '0x3' is a magic number. | 517 | |
| coding | MagicNumber | '0x40' is a magic number. | 518 | |
| coding | MagicNumber | '0x0C' is a magic number. | 519 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 521 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 524 | |
| coding | MagicNumber | '0x000ff00000000000L' is a magic number. | 524 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 525 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 525 | |
| coding | MagicNumber | '8' is a magic number. | 525 | |
| coding | MagicNumber | '8' is a magic number. | 526 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 528 | |
| coding | MagicNumber | '0x0010000000000000L' is a magic number. | 528 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 529 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| coding | MagicNumber | '0x0FFFFFFFFFFFFFL' is a magic number. | 532 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 533 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 533 | |
| coding | MagicNumber | '1023' is a magic number. | 533 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 533 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 533 | |
| coding | MagicNumber | '52' is a magic number. | 533 | |
| coding | MagicNumber | '52' is a magic number. | 533 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 534 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 535 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 536 | |
| coding | MagicNumber | '0x8000000000000000L' is a magic number. | 536 | |
| whitespace | WhitespaceAround | '|=' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 543 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 545 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 545 | |
| design | DesignForExtension | Method 'decodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 545 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 545 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 545 | |
| misc | FinalParameters | Parameter objectClass should be final. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 546 | |
| misc | FinalParameters | Parameter stream should be final. | 547 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 549 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 551 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 553 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 553 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 553 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 553 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 555 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 561 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 561 | |
| design | DesignForExtension | Method 'decodeBitString' is not designed for extension - needs to be abstract, final or empty. | 561 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 561 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 561 | |
| misc | FinalParameters | Parameter objectClass should be final. | 561 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 562 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 562 | |
| misc | FinalParameters | Parameter stream should be final. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 565 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 565 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 567 | |
| coding | MagicNumber | '8' is a magic number. | 569 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 569 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 569 | |
| coding | MagicNumber | '8' is a magic number. | 569 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 570 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 570 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 570 | |
| coding | MagicNumber | '8' is a magic number. | 570 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 571 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 571 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 571 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 572 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 572 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 572 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 572 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 572 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 573 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 573 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 574 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 574 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 574 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 575 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 575 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 576 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 576 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 576 | |
| coding | MagicNumber | '8' is a magic number. | 576 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 576 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 576 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 576 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 579 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 579 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 580 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 580 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 581 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 582 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 582 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 584 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 586 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 586 | |
| design | DesignForExtension | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 586 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 586 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 586 | |
| misc | FinalParameters | Parameter objectClass should be final. | 586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 587 | |
| misc | FinalParameters | Parameter stream should be final. | 588 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 590 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 592 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 595 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 596 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 603 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 603 | |
| design | DesignForExtension | Method 'decodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 603 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 603 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 603 | |
| misc | FinalParameters | Parameter objectClass should be final. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 604 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 604 | |
| misc | FinalParameters | Parameter stream should be final. | 605 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 607 | |
| coding | EmptyStatement | Empty statement. | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 608 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 612 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 613 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 613 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 613 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 617 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 618 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 618 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 619 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 621 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 622 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 622 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 622 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 622 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 622 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 623 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 623 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 623 | |
| coding | EmptyStatement | Empty statement. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 629 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 632 | |
| design | DesignForExtension | Method 'decodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 632 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 632 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 632 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 633 | |
| misc | FinalParameters | Parameter objectClass should be final. | 633 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 634 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 635 | |
| misc | FinalParameters | Parameter stream should be final. | 635 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 636 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 639 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 25 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 26 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.utils.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter object should be final. | 38 | |
| misc | FinalParameters | Parameter stream should be final. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| design | DesignForExtension | Method 'doAlign' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 49 | |
| design | DesignForExtension | Method 'encodeIntegerValueAsBytes' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 51 | |
| coding | MagicNumber | '8' is a magic number. | 52 | |
| coding | MagicNumber | '0xFF' is a magic number. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Expected an @return tag. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| design | DesignForExtension | Method 'encodeConstraintLengthDeterminant' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| misc | FinalParameters | Parameter length should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 63 | |
| misc | FinalParameters | Parameter min should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 63 | |
| misc | FinalParameters | Parameter max should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 63 | |
| misc | FinalParameters | Parameter stream should be final. | 63 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 63 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 63 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| coding | MagicNumber | '0xFFFF' is a magic number. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 69 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 70 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Expected an @return tag. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 79 | |
| design | DesignForExtension | Method 'encodeLengthDeterminant' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| misc | FinalParameters | Parameter length should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'length'. | 79 | |
| misc | FinalParameters | Parameter stream should be final. | 79 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 79 | |
| javadoc | JavadocMethod | Expected @throws tag for 'IOException'. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 82 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| coding | MagicNumber | '0x80' is a magic number. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 83 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 87 | |
| coding | MagicNumber | '0x4000' is a magic number. | 87 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 91 | |
| coding | MagicNumber | '8' is a magic number. | 91 | |
| coding | MagicNumber | '0x3f' is a magic number. | 91 | |
| coding | MagicNumber | '0x80' is a magic number. | 91 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 92 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 92 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 102 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| javadoc | JavadocMethod | Expected an @return tag. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 115 | |
| design | DesignForExtension | Method 'encodeConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 115 | |
| misc | FinalParameters | Parameter min should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 115 | |
| misc | FinalParameters | Parameter max should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'max'. | 115 | |
| misc | FinalParameters | Parameter stream should be final. | 115 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 115 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 126 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 126 | |
| coding | MagicNumber | '256' is a magic number. | 126 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 134 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 134 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 139 | |
| whitespace | WhitespaceAround | '>' is not preceded with whitespace. | 141 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 141 | |
| coding | MagicNumber | '65536' is a magic number. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 147 | |
| coding | MagicNumber | '8' is a magic number. | 147 | |
| coding | MagicNumber | '0xFF' is a magic number. | 148 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 163 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| javadoc | JavadocMethod | Expected an @return tag. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 181 | |
| design | DesignForExtension | Method 'encodeSemiConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 181 | |
| misc | FinalParameters | Parameter value should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 181 | |
| misc | FinalParameters | Parameter min should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'min'. | 181 | |
| misc | FinalParameters | Parameter stream should be final. | 181 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 181 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 181 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 182 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| javadoc | JavadocMethod | Expected an @return tag. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 199 | |
| design | DesignForExtension | Method 'encodeNormallySmallNumber' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| misc | FinalParameters | Parameter value should be final. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 199 | |
| misc | FinalParameters | Parameter stream should be final. | 199 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 199 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 199 | |
| coding | MagicNumber | '64' is a magic number. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 208 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 208 | |
| coding | MagicNumber | '6' is a magic number. | 208 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 208 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 208 | |
| coding | MagicNumber | '6' is a magic number. | 209 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 209 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 210 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 210 | |
| blocks | RightCurly | '}' at column 10 should be on the same line as the next part of a multi-block statement. | 213 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 217 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| javadoc | JavadocMethod | Expected an @return tag. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 238 | |
| design | DesignForExtension | Method 'encodeUnconstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 238 | |
| misc | FinalParameters | Parameter value should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'value'. | 238 | |
| misc | FinalParameters | Parameter stream should be final. | 238 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 238 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 238 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'encodeInteger' is not designed for extension - needs to be abstract, final or empty. | 247 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 247 | |
| misc | FinalParameters | Parameter object should be final. | 247 | |
| misc | FinalParameters | Parameter stream should be final. | 247 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 256 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 258 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 259 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 263 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 263 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 270 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 272 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 274 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 274 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 274 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 275 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 277 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 277 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 278 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 281 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 282 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 284 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 285 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| design | DesignForExtension | Method 'encodeReal' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter object should be final. | 291 | |
| misc | FinalParameters | Parameter stream should be final. | 291 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 292 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 294 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 299 | |
| coding | MagicNumber | '0x7ff0000000000000L' is a magic number. | 299 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 300 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 300 | |
| coding | MagicNumber | '0x40' is a magic number. | 302 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 303 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 303 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 306 | |
| coding | MagicNumber | '0xfff0000000000000L' is a magic number. | 306 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 307 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 307 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 307 | |
| coding | MagicNumber | '0x41' is a magic number. | 309 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 310 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 312 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 313 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 313 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 313 | |
| coding | MagicNumber | '0x7ff0000000000000L' is a magic number. | 314 | |
| coding | MagicNumber | '52' is a magic number. | 314 | |
| coding | MagicNumber | '1023' is a magic number. | 314 | |
| coding | MagicNumber | '52' is a magic number. | 314 | |
| coding | MagicNumber | '0x000fffffffffffffL' is a magic number. | 315 | |
| coding | MagicNumber | '0x10000000000000L' is a magic number. | 316 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 319 | |
| coding | MagicNumber | '0xFFL' is a magic number. | 319 | |
| coding | MagicNumber | '8' is a magic number. | 320 | |
| coding | MagicNumber | '8' is a magic number. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 322 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 323 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 325 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 329 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 329 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 329 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 329 | |
| coding | MagicNumber | '0x80' is a magic number. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 332 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 333 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 334 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 334 | |
| coding | MagicNumber | '0x8000000000000000L' is a magic number. | 334 | |
| whitespace | WhitespaceAround | '|=' is not preceded with whitespace. | 335 | |
| coding | MagicNumber | '0x40' is a magic number. | 335 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 337 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 338 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 341 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 341 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 342 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 347 | |
| design | DesignForExtension | Method 'encodeLength' is not designed for extension - needs to be abstract, final or empty. | 347 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 347 | |
| misc | FinalParameters | Parameter value should be final. | 347 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 347 | |
| misc | FinalParameters | Parameter stream should be final. | 347 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 349 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 350 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 350 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 353 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 356 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 356 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 357 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 357 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 361 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 362 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 362 | |
| blocks | EmptyBlock | Must have at least one statement. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 364 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 369 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 371 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 371 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 371 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 373 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 374 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 375 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 376 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 377 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 382 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 384 | |
| design | DesignForExtension | Method 'encodeSequencePreamble' is not designed for extension - needs to be abstract, final or empty. | 384 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 384 | |
| misc | FinalParameters | Parameter object should be final. | 384 | |
| misc | FinalParameters | Parameter fields should be final. | 384 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 384 | |
| misc | FinalParameters | Parameter stream should be final. | 384 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 388 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 389 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 389 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 390 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 391 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 393 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 393 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 394 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 394 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 395 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 395 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 395 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 395 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 396 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 396 | |
| coding | MagicNumber | '8' is a magic number. | 402 | |
| coding | MagicNumber | '8' is a magic number. | 402 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 402 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 402 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| design | DesignForExtension | Method 'encodeSequence' is not designed for extension - needs to be abstract, final or empty. | 405 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 405 | |
| misc | FinalParameters | Parameter object should be final. | 405 | |
| misc | FinalParameters | Parameter stream should be final. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 406 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 406 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 406 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 408 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 409 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 409 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 410 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 412 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 413 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 418 | |
| design | DesignForExtension | Method 'encodeChoicePreamble' is not designed for extension - needs to be abstract, final or empty. | 418 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 418 | |
| misc | FinalParameters | Parameter object should be final. | 418 | |
| misc | FinalParameters | Parameter stream should be final. | 418 | |
| misc | FinalParameters | Parameter elementIndex should be final. | 418 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 418 | |
| sizes | LineLength | Line is longer than 80 characters (found 150). | 419 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 419 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 426 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 431 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 433 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 434 | |
| javadoc | JavadocMethod | Expected an @return tag. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| design | DesignForExtension | Method 'encodeChoice' is not designed for extension - needs to be abstract, final or empty. | 437 | |
| misc | FinalParameters | Parameter object should be final. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'object'. | 437 | |
| misc | FinalParameters | Parameter stream should be final. | 437 | |
| javadoc | JavadocMethod | Expected @param tag for 'stream'. | 437 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 438 | |
| javadoc | JavadocMethod | Expected @param tag for 'elementInfo'. | 438 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 438 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 444 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 445 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 445 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 449 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 450 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 451 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 455 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 455 | |
| blocks | RightCurly | '}' at column 17 should be on the same line as the next part of a multi-block statement. | 457 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 458 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 463 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 463 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 463 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 464 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 466 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 466 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 466 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 467 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 467 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 467 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 467 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 468 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 471 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 472 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 472 | |
| design | DesignForExtension | Method 'encodeEnumItem' is not designed for extension - needs to be abstract, final or empty. | 472 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 472 | |
| misc | FinalParameters | Parameter enumConstant should be final. | 472 | |
| misc | FinalParameters | Parameter enumClass should be final. | 472 | |
| misc | FinalParameters | Parameter stream should be final. | 472 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 473 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 474 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 476 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 476 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 477 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 477 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 478 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 480 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 481 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 481 | |
| whitespace | NoWhitespaceBefore | '++' is preceded with whitespace. | 483 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 487 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 487 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 487 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 487 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 488 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 488 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 488 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 488 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| design | DesignForExtension | Method 'encodeBoolean' is not designed for extension - needs to be abstract, final or empty. | 493 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 493 | |
| misc | FinalParameters | Parameter object should be final. | 493 | |
| misc | FinalParameters | Parameter stream should be final. | 493 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 494 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 498 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 502 | |
| design | DesignForExtension | Method 'encodeAny' is not designed for extension - needs to be abstract, final or empty. | 502 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 502 | |
| misc | FinalParameters | Parameter object should be final. | 502 | |
| misc | FinalParameters | Parameter stream should be final. | 502 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 503 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 505 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 506 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 506 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 512 | |
| design | DesignForExtension | Method 'encodeOctetString' is not designed for extension - needs to be abstract, final or empty. | 512 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 512 | |
| misc | FinalParameters | Parameter object should be final. | 512 | |
| misc | FinalParameters | Parameter stream should be final. | 512 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 513 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 519 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 519 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 519 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 520 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 520 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 524 | |
| design | DesignForExtension | Method 'encodeBitString' is not designed for extension - needs to be abstract, final or empty. | 524 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 524 | |
| misc | FinalParameters | Parameter object should be final. | 524 | |
| misc | FinalParameters | Parameter stream should be final. | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 525 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 525 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 526 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 527 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 528 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 530 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 532 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 535 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 536 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 539 | |
| whitespace | WhitespaceAround | '>' is not followed by whitespace. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 541 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 541 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 542 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 542 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 544 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 544 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 545 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 545 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 545 | |
| coding | MagicNumber | '7' is a magic number. | 546 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 546 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 549 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 551 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 555 | |
| design | DesignForExtension | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 555 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 555 | |
| misc | FinalParameters | Parameter object should be final. | 555 | |
| misc | FinalParameters | Parameter stream should be final. | 555 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 558 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 561 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 561 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 562 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 562 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 563 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 567 | |
| design | DesignForExtension | Method 'encodeSequenceOf' is not designed for extension - needs to be abstract, final or empty. | 567 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 567 | |
| misc | FinalParameters | Parameter object should be final. | 567 | |
| misc | FinalParameters | Parameter stream should be final. | 567 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 568 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 568 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 568 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 570 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 571 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 572 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 572 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 573 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 573 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 573 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 579 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 579 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 580 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 580 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 582 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 583 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 583 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 586 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 588 | |
| design | DesignForExtension | Method 'encodeNull' is not designed for extension - needs to be abstract, final or empty. | 588 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 588 | |
| misc | FinalParameters | Parameter object should be final. | 588 | |
| misc | FinalParameters | Parameter stream should be final. | 588 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| design | DesignForExtension | Method 'encodeSet' is not designed for extension - needs to be abstract, final or empty. | 595 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 595 | |
| misc | FinalParameters | Parameter object should be final. | 595 | |
| misc | FinalParameters | Parameter stream should be final. | 595 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 596 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 599 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 601 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 603 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 607 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 607 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 608 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 610 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 610 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 610 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 611 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 611 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 616 | |
| design | DesignForExtension | Method 'encodeObjectIdentifier' is not designed for extension - needs to be abstract, final or empty. | 616 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 616 | |
| misc | FinalParameters | Parameter object should be final. | 616 | |
| misc | FinalParameters | Parameter stream should be final. | 616 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 617 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 617 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 618 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 620 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 621 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 622 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 625 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.lang.reflect.*. | 19 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.util.*. | 21 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 27 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter value should be final. | 28 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 30 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter objectClass should be final. | 37 | |
| misc | FinalParameters | Parameter info should be final. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 39 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 41 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 43 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 44 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter objectClass should be final. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 53 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 54 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 64 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - java.io.*. | 20 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 22 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.utils.*. | 23 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter stream should be final. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 31 | |
| design | DesignForExtension | Method 'decodeConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter min should be final. | 31 | |
| misc | FinalParameters | Parameter max should be final. | 31 | |
| misc | FinalParameters | Parameter stream should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '7' is a magic number. | 43 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 43 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '8' is a magic number. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '+=' is not preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 54 | |
| design | DesignForExtension | Method 'decodeString' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 54 | |
| misc | FinalParameters | Parameter objectClass should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| misc | FinalParameters | Parameter stream should be final. | 56 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 58 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| blocks | NeedBraces | 'for' construct must use '{}'s. | 72 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 72 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '7' is a magic number. | 73 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 74 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 27 | |
| design | DesignForExtension | Method 'encodeConstraintNumber' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter value should be final. | 27 | |
| misc | FinalParameters | Parameter min should be final. | 27 | |
| misc | FinalParameters | Parameter max should be final. | 27 | |
| misc | FinalParameters | Parameter stream should be final. | 27 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '8' is a magic number. | 40 | |
| whitespace | WhitespaceAround | '-=' is not preceded with whitespace. | 41 | |
| whitespace | WhitespaceAround | '-=' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '8' is a magic number. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| whitespace | WhitespaceAround | '+=' is not followed by whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'encodeString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter object should be final. | 56 | |
| misc | FinalParameters | Parameter stream should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 66 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '7' is a magic number. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter stream should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter name should be final. | 35 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter annotation should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter encoder should be final. | 44 | |
| misc | FinalParameters | Parameter object should be final. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 49 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter decoder should be final. | 49 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 49 | |
| misc | FinalParameters | Parameter objectClass should be final. | 49 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.ASN1Any. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 36 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter annotation should be final. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 45 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter encoder should be final. | 45 | |
| misc | FinalParameters | Parameter object should be final. | 45 | |
| misc | FinalParameters | Parameter stream should be final. | 45 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 50 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter decoder should be final. | 50 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 50 | |
| misc | FinalParameters | Parameter objectClass should be final. | 50 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 50 | |
| misc | FinalParameters | Parameter stream should be final. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter annotation should be final. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter encoder should be final. | 47 | |
| misc | FinalParameters | Parameter object should be final. | 47 | |
| misc | FinalParameters | Parameter stream should be final. | 47 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 52 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter decoder should be final. | 52 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 52 | |
| misc | FinalParameters | Parameter objectClass should be final. | 52 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 52 | |
| misc | FinalParameters | Parameter stream should be final. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter name should be final. | 39 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter objClass should be final. | 44 | |
| misc | FinalParameters | Parameter annotation should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'setupValueField' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter objClass should be final. | 49 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 59 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter encoder should be final. | 59 | |
| misc | FinalParameters | Parameter object should be final. | 59 | |
| misc | FinalParameters | Parameter stream should be final. | 59 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 66 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 68 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 72 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 82 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 82 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 82 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 83 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 87 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 90 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter decoder should be final. | 90 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 90 | |
| misc | FinalParameters | Parameter objectClass should be final. | 90 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 90 | |
| misc | FinalParameters | Parameter stream should be final. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 94 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 101 | |
| blocks | LeftCurly | '{' at column 13 should be on the previous line. | 105 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 115 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 115 | |
| blocks | RightCurly | '}' at column 13 should be on the same line as the next part of a multi-block statement. | 116 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 122 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 122 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 123 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 130 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 130 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 131 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter name should be final. | 35 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter annotation should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter encoder should be final. | 44 | |
| misc | FinalParameters | Parameter object should be final. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 49 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter decoder should be final. | 49 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 49 | |
| misc | FinalParameters | Parameter objectClass should be final. | 49 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 24 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter annotation should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter name should be final. | 52 | |
| coding | HiddenField | 'name' hides a field. | 52 | |
| misc | FinalParameters | Parameter isOptional should be final. | 53 | |
| coding | HiddenField | 'isOptional' hides a field. | 53 | |
| misc | FinalParameters | Parameter hasTag should be final. | 54 | |
| coding | HiddenField | 'hasTag' hides a field. | 54 | |
| misc | FinalParameters | Parameter isImplicitTag should be final. | 55 | |
| coding | HiddenField | 'isImplicitTag' hides a field. | 55 | |
| misc | FinalParameters | Parameter tagClass should be final. | 56 | |
| coding | HiddenField | 'tagClass' hides a field. | 56 | |
| misc | FinalParameters | Parameter tag should be final. | 57 | |
| coding | HiddenField | 'tag' hides a field. | 57 | |
| misc | FinalParameters | Parameter hasDefaultValue should be final. | 58 | |
| coding | HiddenField | 'hasDefaultValue' hides a field. | 58 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 59 | |
| design | DesignForExtension | Method 'isOptional' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 71 | |
| design | DesignForExtension | Method 'hasTag' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 76 | |
| design | DesignForExtension | Method 'isImplicitTag' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 81 | |
| design | DesignForExtension | Method 'getTagClass' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 86 | |
| design | DesignForExtension | Method 'getTag' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 91 | |
| design | DesignForExtension | Method 'hasDefaultValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 100 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter encoder should be final. | 100 | |
| misc | FinalParameters | Parameter object should be final. | 100 | |
| misc | FinalParameters | Parameter stream should be final. | 100 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 101 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 171). | 105 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| misc | FinalParameters | Parameter decoder should be final. | 105 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 105 | |
| misc | FinalParameters | Parameter objectClass should be final. | 105 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 105 | |
| misc | FinalParameters | Parameter stream should be final. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 106 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 36 | |
| misc | FinalParameters | Parameter enumClass should be final. | 36 | |
| coding | HiddenField | 'enumClass' hides a field. | 36 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter annotation should be final. | 42 | |
| misc | FinalParameters | Parameter enumClass should be final. | 42 | |
| coding | HiddenField | 'enumClass' hides a field. | 42 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter encoder should be final. | 46 | |
| misc | FinalParameters | Parameter object should be final. | 46 | |
| misc | FinalParameters | Parameter stream should be final. | 46 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 51 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 51 | |
| misc | FinalParameters | Parameter objectClass should be final. | 51 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 51 | |
| misc | FinalParameters | Parameter stream should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| misc | FinalParameters | Parameter name should be final. | 34 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter annotation should be final. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 43 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter encoder should be final. | 43 | |
| misc | FinalParameters | Parameter object should be final. | 43 | |
| misc | FinalParameters | Parameter stream should be final. | 43 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 48 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter decoder should be final. | 48 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 48 | |
| misc | FinalParameters | Parameter objectClass should be final. | 48 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 48 | |
| misc | FinalParameters | Parameter stream should be final. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.lang.reflect.AnnotatedElement. | 20 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| misc | FinalParameters | Parameter name should be final. | 30 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| misc | FinalParameters | Parameter name should be final. | 36 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter annotation should be final. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 46 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter encoder should be final. | 46 | |
| misc | FinalParameters | Parameter object should be final. | 46 | |
| misc | FinalParameters | Parameter stream should be final. | 46 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 51 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 51 | |
| misc | FinalParameters | Parameter objectClass should be final. | 51 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 51 | |
| misc | FinalParameters | Parameter stream should be final. | 51 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.OutputStream. | 20 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.ElementInfo. | 24 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.IASN1TypesEncoder. | 25 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| coding | HiddenField | 'name' hides a field. | 38 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 | |
| design | DesignForExtension | Method 'getName' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter parentAnnotated should be final. | 48 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 48 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter name should be final. | 35 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter annotation should be final. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| misc | FinalParameters | Parameter encoder should be final. | 44 | |
| misc | FinalParameters | Parameter object should be final. | 44 | |
| misc | FinalParameters | Parameter stream should be final. | 44 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 49 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter decoder should be final. | 49 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 49 | |
| misc | FinalParameters | Parameter objectClass should be final. | 49 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 49 | |
| misc | FinalParameters | Parameter stream should be final. | 49 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 23 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 24 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| misc | FinalParameters | Parameter name should be final. | 28 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| misc | FinalParameters | Parameter annotation should be final. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 37 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter encoder should be final. | 37 | |
| misc | FinalParameters | Parameter object should be final. | 37 | |
| misc | FinalParameters | Parameter stream should be final. | 37 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 42 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter decoder should be final. | 42 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 42 | |
| misc | FinalParameters | Parameter objectClass should be final. | 42 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 42 | |
| misc | FinalParameters | Parameter stream should be final. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter annotation should be final. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter encoder should be final. | 47 | |
| misc | FinalParameters | Parameter object should be final. | 47 | |
| misc | FinalParameters | Parameter stream should be final. | 47 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 52 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter decoder should be final. | 52 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 52 | |
| misc | FinalParameters | Parameter objectClass should be final. | 52 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 52 | |
| misc | FinalParameters | Parameter stream should be final. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter name should be final. | 38 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| misc | FinalParameters | Parameter annotation should be final. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 47 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter encoder should be final. | 47 | |
| misc | FinalParameters | Parameter object should be final. | 47 | |
| misc | FinalParameters | Parameter stream should be final. | 47 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 52 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter decoder should be final. | 52 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 52 | |
| misc | FinalParameters | Parameter objectClass should be final. | 52 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 52 | |
| misc | FinalParameters | Parameter stream should be final. | 52 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter annotation should be final. | 37 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter name should be final. | 41 | |
| misc | FinalParameters | Parameter isSet should be final. | 42 | |
| coding | HiddenField | 'isSet' hides a field. | 42 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 43 | |
| design | DesignForExtension | Method 'isSet' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 53 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter encoder should be final. | 53 | |
| misc | FinalParameters | Parameter object should be final. | 53 | |
| misc | FinalParameters | Parameter stream should be final. | 53 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 58 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter decoder should be final. | 58 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 58 | |
| misc | FinalParameters | Parameter objectClass should be final. | 58 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 58 | |
| misc | FinalParameters | Parameter stream should be final. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 28 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 31 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter name should be final. | 37 | |
| misc | FinalParameters | Parameter isSetOf should be final. | 37 | |
| coding | HiddenField | 'isSetOf' hides a field. | 37 | |
| misc | FinalParameters | Parameter itemClass should be final. | 37 | |
| coding | HiddenField | 'itemClass' hides a field. | 37 | |
| misc | FinalParameters | Parameter seqFieldAnnotatedElem should be final. | 37 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 44 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 47 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter annotation should be final. | 51 | |
| misc | FinalParameters | Parameter itemClass should be final. | 51 | |
| coding | HiddenField | 'itemClass' hides a field. | 51 | |
| misc | FinalParameters | Parameter seqFieldAnnotatedElem should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'isSetOf' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getItemClassMetadata' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 63 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter encoder should be final. | 63 | |
| misc | FinalParameters | Parameter object should be final. | 63 | |
| misc | FinalParameters | Parameter stream should be final. | 63 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 68 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter decoder should be final. | 68 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 68 | |
| misc | FinalParameters | Parameter objectClass should be final. | 68 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 68 | |
| misc | FinalParameters | Parameter stream should be final. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.CoderUtils. | 26 | |
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter annotation should be final. | 47 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter name should be final. | 51 | |
| misc | FinalParameters | Parameter isUCS should be final. | 52 | |
| coding | HiddenField | 'isUCS' hides a field. | 52 | |
| misc | FinalParameters | Parameter stringType should be final. | 53 | |
| coding | HiddenField | 'stringType' hides a field. | 53 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 54 | |
| design | DesignForExtension | Method 'isUCS' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 61 | |
| design | DesignForExtension | Method 'getStringType' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'setParentAnnotated' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter parent should be final. | 70 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 79 | |
| design | DesignForExtension | Method 'encode' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| misc | FinalParameters | Parameter encoder should be final. | 79 | |
| misc | FinalParameters | Parameter object should be final. | 79 | |
| misc | FinalParameters | Parameter stream should be final. | 79 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 84 | |
| design | DesignForExtension | Method 'decode' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter decoder should be final. | 84 | |
| misc | FinalParameters | Parameter decodedTag should be final. | 84 | |
| misc | FinalParameters | Parameter objectClass should be final. | 84 | |
| misc | FinalParameters | Parameter elementInfo should be final. | 84 | |
| misc | FinalParameters | Parameter stream should be final. | 84 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| blocks | LeftCurly | '{' at column 1 should be on the previous line. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| misc | FinalParameters | Parameter name should be final. | 25 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 26 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| sizes | LineLength | Line is longer than 80 characters (found 92). | 18 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 21 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 22 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 23 | |
| misc | FinalParameters | Parameter annotation should be final. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| design | DesignForExtension | Method 'checkValue' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter value should be final. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 19 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 21 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter annotation should be final. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| design | DesignForExtension | Method 'getMin' is not designed for extension - needs to be abstract, final or empty. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'getMax' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'checkValue' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter value should be final. | 37 | |
| whitespace | WhitespaceAround | '<=' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 21 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocType | Unknown tag 'todo'. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 28 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| misc | FinalParameters | Parameter bitStrValue should be final. | 31 | |
| coding | HiddenField | 'bitStrValue' hides a field. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter bitStrValue should be final. | 35 | |
| coding | HiddenField | 'bitStrValue' hides a field. | 35 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 35 | |
| misc | FinalParameters | Parameter trailBitsCnt should be final. | 35 | |
| coding | HiddenField | 'trailBitsCnt' hides a field. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter src should be final. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getLength' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| design | DesignForExtension | Method 'getTrailBitsCnt' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'getLengthInBits' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 52 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '8' is a magic number. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter val should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter val should be final. | 64 | |
| misc | FinalParameters | Parameter trailBitsCnt should be final. | 64 | |
| coding | HiddenField | 'trailBitsCnt' hides a field. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocStyle | First sentence should end with a period. | 20 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| coding | EqualsHashCode | Definition of 'equals()' without corresponding definition of 'hashCode()'. | 27 | |
| design | DesignForExtension | Method 'equals' is not designed for extension - needs to be abstract, final or empty. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter obj should be final. | 27 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 28 | |
| coding | SimplifyBooleanReturn | Conditional logic can be removed. | 28 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 28 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 28 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 28 | |
| blocks | NeedBraces | 'else' construct must use '{}'s. | 30 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 20 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 21 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 21 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 24 | |
| misc | FinalParameters | Parameter oidAsStr should be final. | 24 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 34 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter value should be final. | 39 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 40 | |
| design | DesignForExtension | Method 'getIntArray' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 45 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| misc | FinalParameters | Parameter byteStream should be final. | 27 | |
| coding | HiddenField | 'byteStream' hides a field. | 27 | |
| design | DesignForExtension | Method 'read' is not designed for extension - needs to be abstract, final or empty. | 31 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 32 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 32 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 37 | |
| coding | MagicNumber | '8' is a magic number. | 37 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0xFF' is a magic number. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'readBit' is not designed for extension - needs to be abstract, final or empty. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 44 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | MagicNumber | '8' is a magic number. | 48 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 48 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 49 | |
| coding | MagicNumber | '7' is a magic number. | 49 | |
| design | DesignForExtension | Method 'readBits' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter nBits should be final. | 54 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 56 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 56 | |
| coding | MagicNumber | '32' is a magic number. | 56 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '<<' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '<<' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'skipUnreadedBits' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 23 | |
| design | VisibilityModifier | Variable 'currentBit' must be private and have accessor methods. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 25 | |
| coding | MagicNumber | '1024' is a magic number. | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 29 | |
| misc | FinalParameters | Parameter initialSize should be final. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| design | DesignForExtension | Method 'align' is not designed for extension - needs to be abstract, final or empty. | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| misc | FinalParameters | Parameter b should be final. | 37 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 38 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 38 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 38 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '8' is a magic number. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter b should be final. | 50 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 50 | |
| misc | FinalParameters | Parameter off should be final. | 50 | |
| misc | FinalParameters | Parameter len should be final. | 50 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 51 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 51 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 57 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 58 | |
| coding | MagicNumber | '256' is a magic number. | 58 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 58 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| coding | MagicNumber | '8' is a magic number. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'writeBit' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 73 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'writeBit' is not designed for extension - needs to be abstract, final or empty. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| misc | FinalParameters | Parameter bit should be final. | 76 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 77 | |
| coding | MagicNumber | '8' is a magic number. | 77 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 78 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x80' is a magic number. | 79 | |
| blocks | RightCurly | '}' at column 9 should be on the same line as the next part of a multi-block statement. | 81 | |
| coding | AvoidInlineConditionals | Avoid inline conditionals. | 83 | |
| whitespace | WhitespaceAround | ':' is not preceded with whitespace. | 83 | |
| coding | MagicNumber | '0x80' is a magic number. | 83 | |
| whitespace | WhitespaceAround | ':' is not followed by whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 86 | |
| coding | MagicNumber | '8' is a magic number. | 86 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'writeBits' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter bt should be final. | 91 | |
| misc | FinalParameters | Parameter count should be final. | 91 | |
| whitespace | WhitespaceAround | 'for' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAround | '>=' is not preceded with whitespace. | 92 | |
| whitespace | WhitespaceAround | '>=' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 93 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'reset' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getTrailBitsCnt' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| coding | MagicNumber | '1024' is a magic number. | 38 | |
| design | DesignForExtension | Method 'writeTo' is not designed for extension - needs to be abstract, final or empty. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| misc | FinalParameters | Parameter out should be final. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'toByteArray' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 47 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter enc should be final. | 56 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| misc | FinalParameters | Parameter b should be final. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| design | DesignForExtension | Method 'resizeBuffer' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter newcount should be final. | 67 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 69 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 72 | |
| design | DesignForExtension | Method 'write' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| misc | FinalParameters | Parameter b should be final. | 77 | |
| misc | ArrayTypeStyle | Array brackets at illegal position. | 77 | |
| misc | FinalParameters | Parameter off should be final. | 77 | |
| misc | FinalParameters | Parameter len should be final. | 77 | |
| whitespace | OperatorWrap | '||' should be on a new line. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| misc | FinalParameters | Parameter knownconfig should be final. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 31 | |
| coding | MagicNumber | '0xE3' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2C' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| coding | MagicNumber | '0x50' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x79' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| coding | MagicNumber | '0x26' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 36 | |
| coding | MagicNumber | '0x80' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 38 | |
| coding | MagicNumber | '0x80' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 40 | |
| coding | MagicNumber | '0x80' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x08' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 42 | |
| coding | MagicNumber | '0x54' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x53' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x42' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x5f' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x4d' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x61' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x6e' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x61' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| coding | MagicNumber | '4' is a magic number. | 53 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '5' is a magic number. | 53 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x03' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 57 | |
| coding | MagicNumber | '4' is a magic number. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| coding | MagicNumber | '5' is a magic number. | 58 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 58 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| misc | FinalParameters | Parameter i should be final. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 29 | |
| coding | MagicNumber | '0xE2' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x32' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| coding | MagicNumber | '0x80' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2A' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| coding | MagicNumber | '0x50' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '0x79' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x26' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 35 | |
| coding | MagicNumber | '0x80' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| coding | MagicNumber | '0xA0' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x80' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x08' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| coding | MagicNumber | '0x11' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x22' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x33' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x44' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x55' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x66' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x77' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x88' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0xBC' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter i should be final. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 29 | |
| coding | MagicNumber | '0xE2' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x32' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| coding | MagicNumber | '0x80' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2A' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| coding | MagicNumber | '0x50' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '0x79' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x26' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 35 | |
| coding | MagicNumber | '0x80' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| coding | MagicNumber | '0x80' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x80' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x08' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| coding | MagicNumber | '0x11' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x22' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x33' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x44' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x55' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x66' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x77' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x88' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| coding | MagicNumber | '0x05' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0xDC' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x81' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| misc | FinalParameters | Parameter i should be final. | 84 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 88 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 29 | |
| coding | MagicNumber | '0xE2' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x32' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| coding | MagicNumber | '0x80' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2A' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| coding | MagicNumber | '0x50' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '0x79' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x26' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 35 | |
| coding | MagicNumber | '0x80' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| coding | MagicNumber | '0x80' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x80' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x08' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| coding | MagicNumber | '0x11' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x22' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x33' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x44' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x55' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x66' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x77' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x88' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| coding | MagicNumber | '0x06' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0xA4' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x81' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter i should be final. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| coding | MagicNumber | '0xE6' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter i should be final. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x12' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x10' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x36' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 172). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x0A' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter i should be final. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0xA8' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0xA6' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0xA0' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 38 | |
| coding | MagicNumber | '0x0D' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x1C' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x96' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| coding | MagicNumber | '0x40' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x03' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x90' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x06' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x04' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x24' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 52 | |
| coding | MagicNumber | '0x09' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x2F' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x04' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x4B' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0xB8' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 57 | |
| coding | MagicNumber | '0x0A' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '0x46' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 59 | |
| coding | MagicNumber | '0x40' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| coding | MagicNumber | '0xC0' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 62 | |
| coding | MagicNumber | '0x09' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x96' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0x20' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 67 | |
| coding | MagicNumber | '0x0A' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x55' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | MagicNumber | '0x0C' is a magic number. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0x08' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 71 | |
| coding | MagicNumber | '0x0A' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0x4C' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 72 | |
| coding | MagicNumber | '0x09' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x90' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x08' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| coding | MagicNumber | '0x06' is a magic number. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| coding | MagicNumber | '0x0A' is a magic number. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| coding | MagicNumber | '0x04' is a magic number. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x24' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 82 | |
| coding | MagicNumber | '0x09' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0x2F' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x04' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x48' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x1A' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 87 | |
| coding | MagicNumber | '0x0A' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| coding | MagicNumber | '0x46' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 89 | |
| coding | MagicNumber | '0x40' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0xC0' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 92 | |
| coding | MagicNumber | '0x09' is a magic number. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| coding | MagicNumber | '0x96' is a magic number. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 94 | |
| coding | MagicNumber | '0x0A' is a magic number. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| coding | MagicNumber | '0xA0' is a magic number. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 97 | |
| coding | MagicNumber | '0x0A' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| coding | MagicNumber | '0x55' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| coding | MagicNumber | '0x0C' is a magic number. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '0x08' is a magic number. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 101 | |
| coding | MagicNumber | '0x0A' is a magic number. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| coding | MagicNumber | '0x4C' is a magic number. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 102 | |
| coding | MagicNumber | '0x09' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '0x90' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '0x08' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '0x06' is a magic number. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0x03' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| coding | MagicNumber | '0x05' is a magic number. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| coding | MagicNumber | '0x30' is a magic number. | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 113 | |
| coding | MagicNumber | '0x09' is a magic number. | 113 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 | |
| coding | MagicNumber | '0x2F' is a magic number. | 113 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| coding | MagicNumber | '0x04' is a magic number. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| coding | MagicNumber | '0x4B' is a magic number. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| coding | MagicNumber | '0xB8' is a magic number. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 118 | |
| coding | MagicNumber | '0x0A' is a magic number. | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '0x46' is a magic number. | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 120 | |
| coding | MagicNumber | '0x40' is a magic number. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| coding | MagicNumber | '0xC0' is a magic number. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 123 | |
| coding | MagicNumber | '0x09' is a magic number. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| coding | MagicNumber | '0x96' is a magic number. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| coding | MagicNumber | '0x20' is a magic number. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 128 | |
| coding | MagicNumber | '0x0A' is a magic number. | 128 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| coding | MagicNumber | '0x61' is a magic number. | 128 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| coding | MagicNumber | '0x08' is a magic number. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| coding | MagicNumber | '0x04' is a magic number. | 131 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| coding | MagicNumber | '0x4C' is a magic number. | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| coding | MagicNumber | '0x34' is a magic number. | 132 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 136 | |
| coding | MagicNumber | '0x0A' is a magic number. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| coding | MagicNumber | '0x55' is a magic number. | 136 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| coding | MagicNumber | '0x0C' is a magic number. | 137 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 139 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 | |
| coding | MagicNumber | '0x08' is a magic number. | 139 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 140 | |
| coding | MagicNumber | '0x0A' is a magic number. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| coding | MagicNumber | '0x4C' is a magic number. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 141 | |
| coding | MagicNumber | '0x09' is a magic number. | 141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| coding | MagicNumber | '0x90' is a magic number. | 141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| coding | MagicNumber | '0x08' is a magic number. | 141 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| misc | FinalParameters | Parameter i should be final. | 146 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 146 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 150 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 150 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 150 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x44' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x42' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x3C' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 39 | |
| coding | MagicNumber | '0x0D' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x1C' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x32' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 41 | |
| coding | MagicNumber | '0x40' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x2C' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x06' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x04' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x24' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 49 | |
| coding | MagicNumber | '0x09' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x2F' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x04' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x4B' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x5C' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 52 | |
| coding | MagicNumber | '0x0A' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x46' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 54 | |
| coding | MagicNumber | '0xF0' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x40' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 55 | |
| coding | MagicNumber | '0x09' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '0x96' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 57 | |
| coding | MagicNumber | '0x17' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '0xA0' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 58 | |
| coding | MagicNumber | '0x0A' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| coding | MagicNumber | '0x55' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| coding | MagicNumber | '0x0C' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '0x08' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 62 | |
| coding | MagicNumber | '0x0A' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x56' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x04' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 63 | |
| coding | MagicNumber | '0x09' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x90' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x08' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| misc | FinalParameters | Parameter i should be final. | 67 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0xA2' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0xA0' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 160). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x35' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 163). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x9A' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 39 | |
| coding | MagicNumber | '0x0D' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x1C' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 154). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x90' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 41 | |
| coding | MagicNumber | '0x40' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 170). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x03' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| coding | MagicNumber | '0x8A' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x06' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x04' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x24' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 49 | |
| coding | MagicNumber | '0x09' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x2F' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x04' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0xE1' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x40' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 52 | |
| coding | MagicNumber | '0x0A' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x46' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 54 | |
| coding | MagicNumber | '0xF0' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x40' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 55 | |
| coding | MagicNumber | '0x09' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '0x96' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 57 | |
| coding | MagicNumber | '0x06' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '0xC3' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 58 | |
| coding | MagicNumber | '0x0A' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| coding | MagicNumber | '0x55' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| coding | MagicNumber | '0x0C' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '0x08' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 62 | |
| coding | MagicNumber | '0x0A' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x56' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x04' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 63 | |
| coding | MagicNumber | '0x09' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x90' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x08' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0x06' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x04' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | MagicNumber | '0x24' is a magic number. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 69 | |
| coding | MagicNumber | '0x09' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| coding | MagicNumber | '0x2F' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0x04' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0xE1' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0x44' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 72 | |
| coding | MagicNumber | '0x0A' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x46' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 75 | |
| coding | MagicNumber | '0xF0' is a magic number. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| coding | MagicNumber | '0x48' is a magic number. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 76 | |
| coding | MagicNumber | '0x09' is a magic number. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| coding | MagicNumber | '0x96' is a magic number. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 78 | |
| coding | MagicNumber | '0x05' is a magic number. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| coding | MagicNumber | '0x11' is a magic number. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 79 | |
| coding | MagicNumber | '0x0A' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x55' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| coding | MagicNumber | '0x0C' is a magic number. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0x08' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 83 | |
| coding | MagicNumber | '0x0A' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x56' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x04' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 84 | |
| coding | MagicNumber | '0x09' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x90' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x08' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x06' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x03' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x05' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x2A' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 91 | |
| coding | MagicNumber | '0x09' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| coding | MagicNumber | '0x2F' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| coding | MagicNumber | '0x04' is a magic number. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| coding | MagicNumber | '0xE1' is a magic number. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| coding | MagicNumber | '0x50' is a magic number. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 94 | |
| coding | MagicNumber | '0x0A' is a magic number. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| coding | MagicNumber | '0x46' is a magic number. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 177). | 96 | |
| coding | MagicNumber | '0xF0' is a magic number. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| coding | MagicNumber | '0x42' is a magic number. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 97 | |
| coding | MagicNumber | '0x09' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| coding | MagicNumber | '0x96' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 99 | |
| coding | MagicNumber | '0x07' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| coding | MagicNumber | '0xA0' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 100 | |
| coding | MagicNumber | '0x0A' is a magic number. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '0x47' is a magic number. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 103 | |
| coding | MagicNumber | '0x0A' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| coding | MagicNumber | '0x55' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x0C' is a magic number. | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| coding | MagicNumber | '0x08' is a magic number. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 107 | |
| coding | MagicNumber | '0x0A' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| coding | MagicNumber | '0x56' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| coding | MagicNumber | '0x04' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 108 | |
| coding | MagicNumber | '0x09' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0x90' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0x08' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| misc | FinalParameters | Parameter i should be final. | 113 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x36' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x34' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x88' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x88' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x2E' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x24' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x1C' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| coding | MagicNumber | '0x0A' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x62' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 47 | |
| coding | MagicNumber | '0x20' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x07' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x12' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x06' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| coding | MagicNumber | '0x12' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x10' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x0A' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x0A' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x48' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 53 | |
| coding | MagicNumber | '0x20' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x07' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x12' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x06' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| coding | MagicNumber | '0x12' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x10' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter i should be final. | 59 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x2A' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x28' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x99' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x22' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x18' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x04' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x10' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x0C' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 47 | |
| coding | MagicNumber | '0xFB' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x38' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x75' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x20' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 48 | |
| coding | MagicNumber | '0x20' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x08' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x05' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x06' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| coding | MagicNumber | '0x08' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x30' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter i should be final. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x5A' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x58' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x36' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x52' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x48' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x04' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x40' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x0C' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 47 | |
| coding | MagicNumber | '0xFF' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0xFA' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 48 | |
| coding | MagicNumber | '0x20' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x07' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x12' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x06' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| coding | MagicNumber | '0x12' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x10' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x03' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x0C' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 53 | |
| coding | MagicNumber | '0xFF' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0xF3' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 54 | |
| coding | MagicNumber | '0x20' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x07' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x12' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x06' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| coding | MagicNumber | '0x12' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '0x10' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| coding | MagicNumber | '0x0C' is a magic number. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 59 | |
| coding | MagicNumber | '0xFF' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| coding | MagicNumber | '0xF8' is a magic number. | 59 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 60 | |
| coding | MagicNumber | '0x20' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '0x07' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '0x12' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '0x06' is a magic number. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '0x20' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '0x05' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x03' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0x0C' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 65 | |
| coding | MagicNumber | '0xFF' is a magic number. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| coding | MagicNumber | '0xF2' is a magic number. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 66 | |
| coding | MagicNumber | '0x20' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x07' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x12' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x06' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| coding | MagicNumber | '0x20' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x05' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter i should be final. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 64 | |
| coding | MagicNumber | '0xE7' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| coding | MagicNumber | '0x3E' is a magic number. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x3C' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x54' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| coding | MagicNumber | '0x36' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 72 | |
| coding | MagicNumber | '0x0D' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x1D' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '0x2C' is a magic number. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 74 | |
| coding | MagicNumber | '0xF0' is a magic number. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| coding | MagicNumber | '0x24' is a magic number. | 77 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x12' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| coding | MagicNumber | '0x03' is a magic number. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| coding | MagicNumber | '0x06' is a magic number. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0x78' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x50' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x64' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 85 | |
| coding | MagicNumber | '0x20' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x07' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x12' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x06' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x12' is a magic number. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| coding | MagicNumber | '0x10' is a magic number. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x0A' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 89 | |
| coding | MagicNumber | '0xF2' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x58' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 90 | |
| coding | MagicNumber | '0x20' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x07' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x12' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x06' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x12' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| coding | MagicNumber | '0x10' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| misc | FinalParameters | Parameter i should be final. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x2A' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x28' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x36' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x22' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x18' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x10' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x0C' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 45 | |
| coding | MagicNumber | '0xFF' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| coding | MagicNumber | '0xFA' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 46 | |
| coding | MagicNumber | '0x20' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x07' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x12' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x06' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | MagicNumber | '0x12' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x10' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter i should be final. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x28' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0x26' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 32 | |
| coding | MagicNumber | '0x12' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x36' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x20' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0x16' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 147). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 145). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x0E' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| coding | MagicNumber | '0x0A' is a magic number. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 45 | |
| coding | MagicNumber | '0xF3' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| coding | MagicNumber | '0x52' is a magic number. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 46 | |
| coding | MagicNumber | '0x20' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x07' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x12' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x06' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| coding | MagicNumber | '0x12' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x10' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter i should be final. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 29 | |
| coding | MagicNumber | '0xE7' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0xBA' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| coding | MagicNumber | '0xB8' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| coding | MagicNumber | '0x10' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0xB2' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| coding | MagicNumber | '0xFF' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 37 | |
| coding | MagicNumber | '0x0D' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| coding | MagicNumber | '0x1E' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| coding | MagicNumber | '0xA8' is a magic number. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 39 | |
| coding | MagicNumber | '0xF0' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x05' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0xA0' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| coding | MagicNumber | '0x03' is a magic number. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| coding | MagicNumber | '0x1A' is a magic number. | 47 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 48 | |
| coding | MagicNumber | '0x0A' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| coding | MagicNumber | '0x56' is a magic number. | 48 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| coding | MagicNumber | '0x04' is a magic number. | 49 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 50 | |
| coding | MagicNumber | '0xFE' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x1C' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| coding | MagicNumber | '0x5C' is a magic number. | 50 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 51 | |
| coding | MagicNumber | '0x09' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| coding | MagicNumber | '0x90' is a magic number. | 51 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| coding | MagicNumber | '0x08' is a magic number. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 53 | |
| coding | MagicNumber | '0x20' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x12' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x05' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x08' is a magic number. | 53 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 53 | |
| coding | MagicNumber | '0x15' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| coding | MagicNumber | '0x16' is a magic number. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 55 | |
| coding | MagicNumber | '0x09' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| coding | MagicNumber | '0x96' is a magic number. | 55 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 57 | |
| coding | MagicNumber | '0x06' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '0xC3' is a magic number. | 57 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 60 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| coding | MagicNumber | '0x03' is a magic number. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x1A' is a magic number. | 62 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 62 | |
| coding | MagicNumber | '0x0A' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| coding | MagicNumber | '0x56' is a magic number. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 63 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0x04' is a magic number. | 64 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 64 | |
| coding | MagicNumber | '0xFE' is a magic number. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 65 | |
| coding | MagicNumber | '0x1C' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x66' is a magic number. | 66 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 66 | |
| coding | MagicNumber | '0x09' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| coding | MagicNumber | '0x90' is a magic number. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | MagicNumber | '0x08' is a magic number. | 68 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 68 | |
| coding | MagicNumber | '0x20' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| coding | MagicNumber | '0x12' is a magic number. | 69 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 69 | |
| coding | MagicNumber | '0x05' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0x08' is a magic number. | 70 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 70 | |
| coding | MagicNumber | '0x15' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0x04' is a magic number. | 71 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 71 | |
| coding | MagicNumber | '0x12' is a magic number. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 72 | |
| coding | MagicNumber | '0x09' is a magic number. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| coding | MagicNumber | '0x96' is a magic number. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 74 | |
| coding | MagicNumber | '0x06' is a magic number. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| coding | MagicNumber | '0xC3' is a magic number. | 75 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 78 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| coding | MagicNumber | '0x03' is a magic number. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 79 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| coding | MagicNumber | '0x1A' is a magic number. | 80 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 80 | |
| coding | MagicNumber | '0x0A' is a magic number. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| coding | MagicNumber | '0x56' is a magic number. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 81 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0x04' is a magic number. | 82 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 82 | |
| coding | MagicNumber | '0xFE' is a magic number. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 83 | |
| coding | MagicNumber | '0x1C' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x5C' is a magic number. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 84 | |
| coding | MagicNumber | '0x09' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x90' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| coding | MagicNumber | '0x08' is a magic number. | 86 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| coding | MagicNumber | '0x20' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| coding | MagicNumber | '0x12' is a magic number. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 87 | |
| coding | MagicNumber | '0x05' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x08' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x15' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x17' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x29' is a magic number. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x09' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| coding | MagicNumber | '0x96' is a magic number. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 91 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 92 | |
| coding | MagicNumber | '0x06' is a magic number. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| coding | MagicNumber | '0xC3' is a magic number. | 93 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 96 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| coding | MagicNumber | '0x03' is a magic number. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 97 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| coding | MagicNumber | '0x1A' is a magic number. | 98 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 98 | |
| coding | MagicNumber | '0x0A' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| coding | MagicNumber | '0x56' is a magic number. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '0x04' is a magic number. | 100 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '0xFE' is a magic number. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 101 | |
| coding | MagicNumber | '0x1C' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '0x66' is a magic number. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '0x09' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| coding | MagicNumber | '0x90' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x08' is a magic number. | 104 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x20' is a magic number. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '0x12' is a magic number. | 105 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 105 | |
| coding | MagicNumber | '0x05' is a magic number. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| coding | MagicNumber | '0x08' is a magic number. | 106 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 106 | |
| coding | MagicNumber | '0x15' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| coding | MagicNumber | '0x19' is a magic number. | 107 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 107 | |
| coding | MagicNumber | '0x37' is a magic number. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 108 | |
| coding | MagicNumber | '0x09' is a magic number. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| coding | MagicNumber | '0x96' is a magic number. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 109 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 110 | |
| coding | MagicNumber | '0x06' is a magic number. | 111 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| coding | MagicNumber | '0xC3' is a magic number. | 111 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 114 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| coding | MagicNumber | '0x03' is a magic number. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 115 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '0x1A' is a magic number. | 116 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 116 | |
| coding | MagicNumber | '0x0A' is a magic number. | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| coding | MagicNumber | '0x56' is a magic number. | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 117 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '0x04' is a magic number. | 118 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 118 | |
| coding | MagicNumber | '0xFE' is a magic number. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 119 | |
| coding | MagicNumber | '0x1C' is a magic number. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| coding | MagicNumber | '0x5C' is a magic number. | 120 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 120 | |
| coding | MagicNumber | '0x09' is a magic number. | 121 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 | |
| coding | MagicNumber | '0x90' is a magic number. | 121 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 121 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 | |
| coding | MagicNumber | '0x08' is a magic number. | 122 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 122 | |
| coding | MagicNumber | '0x20' is a magic number. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| coding | MagicNumber | '0x12' is a magic number. | 123 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 123 | |
| coding | MagicNumber | '0x05' is a magic number. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| coding | MagicNumber | '0x08' is a magic number. | 124 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 124 | |
| coding | MagicNumber | '0x15' is a magic number. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| coding | MagicNumber | '0x20' is a magic number. | 125 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 125 | |
| coding | MagicNumber | '0x55' is a magic number. | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 126 | |
| coding | MagicNumber | '0x09' is a magic number. | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 | |
| coding | MagicNumber | '0x96' is a magic number. | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 127 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 128 | |
| coding | MagicNumber | '0x06' is a magic number. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| coding | MagicNumber | '0xC3' is a magic number. | 129 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 144 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| misc | FinalParameters | Parameter i should be final. | 144 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 144 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 148 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 148 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| coding | MagicNumber | '0xE5' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter i should be final. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| coding | MagicNumber | '0xE4' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 30 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 35 | |
| misc | FinalParameters | Parameter i should be final. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| design | VisibilityModifier | Variable 'apdu' must be private and have accessor methods. | 24 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 25 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 26 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 29 | |
| coding | MagicNumber | '0xE2' is a magic number. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| coding | MagicNumber | '0x32' is a magic number. | 30 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 31 | |
| coding | MagicNumber | '0x80' is a magic number. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| coding | MagicNumber | '0x2A' is a magic number. | 32 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 33 | |
| coding | MagicNumber | '0x50' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| coding | MagicNumber | '0x79' is a magic number. | 33 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| coding | MagicNumber | '0x26' is a magic number. | 34 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 35 | |
| coding | MagicNumber | '0x80' is a magic number. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| coding | MagicNumber | '0xA0' is a magic number. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 37 | |
| coding | MagicNumber | '0x80' is a magic number. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| coding | MagicNumber | '0x80' is a magic number. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| coding | MagicNumber | '0x08' is a magic number. | 40 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 41 | |
| coding | MagicNumber | '0x11' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x22' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x33' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x44' is a magic number. | 41 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 41 | |
| coding | MagicNumber | '0x55' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x66' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x77' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| coding | MagicNumber | '0x88' is a magic number. | 42 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 43 | |
| coding | MagicNumber | '0x40' is a magic number. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getByte' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter i should be final. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getByteArray' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 78 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 100 | |
| misc | FinalParameters | Parameter id should be final. | 100 | |
| whitespace | WhitespaceAround | 'switch' is not followed by whitespace. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 163 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 172 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 191 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 151). | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 206 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 167). | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 159). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 175). | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 165). | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 183). | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| misc | FinalParameters | Parameter code should be final. | 230 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 233 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 235 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 258 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 260 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 262 | |
| misc | FinalParameters | Parameter key should be final. | 262 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 265 | |
| coding | MagicNumber | '4' is a magic number. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 266 | |
| coding | MagicNumber | '8' is a magic number. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 273 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 274 | |
| misc | FinalParameters | Parameter buf should be final. | 274 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 275 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 278 | |
| coding | MagicNumber | '0xF0' is a magic number. | 279 | |
| coding | MagicNumber | '4' is a magic number. | 279 | |
| coding | MagicNumber | '0x0F' is a magic number. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 286 | |
| misc | FinalParameters | Parameter buf should be final. | 286 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 287 | |
| coding | MagicNumber | '3' is a magic number. | 288 | |
| blocks | LeftCurly | '{' at column 9 should be on the previous line. | 290 | |
| coding | MagicNumber | '3' is a magic number. | 291 | |
| coding | MagicNumber | '0xF0' is a magic number. | 291 | |
| coding | MagicNumber | '4' is a magic number. | 291 | |
| coding | MagicNumber | '3' is a magic number. | 292 | |
| coding | MagicNumber | '0x0F' is a magic number. | 292 | |
| coding | MagicNumber | '3' is a magic number. | 293 | |
| coding | MagicNumber | '0x20' is a magic number. | 293 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 299 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| naming | MethodName | Name 'BCDtoInt' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| misc | FinalParameters | Parameter bcd should be final. | 300 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 300 | |
| whitespace | WhitespaceAround | '/' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '/' is not followed by whitespace. | 301 | |
| coding | MagicNumber | '16' is a magic number. | 301 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 301 | |
| coding | MagicNumber | '10' is a magic number. | 301 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 301 | |
| whitespace | WhitespaceAround | '%' is not preceded with whitespace. | 301 | |
| whitespace | WhitespaceAround | '%' is not followed by whitespace. | 301 | |
| coding | MagicNumber | '16' is a magic number. | 301 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 303 | |
| misc | FinalParameters | Parameter apdu should be final. | 303 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 303 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 26 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 27 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 27 | |
| whitespace | WhitespaceAround | 'return' is not followed by whitespace. | 30 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 31 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 31 | |
| misc | FinalParameters | Parameter phrase should be final. | 31 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 32 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 33 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| misc | FinalParameters | Parameter phrase should be final. | 36 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 37 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| misc | FinalParameters | Parameter phrase should be final. | 40 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 41 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| misc | FinalParameters | Parameter phrase should be final. | 44 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 45 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter decoderMDER should be final. | 50 | |
| misc | FinalParameters | Parameter string should be final. | 50 | |
| misc | FinalParameters | Parameter e should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 52 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter name should be final. | 56 | |
| misc | FinalParameters | Parameter string should be final. | 56 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter obj should be final. | 62 | |
| misc | FinalParameters | Parameter string should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 64 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| misc | FinalParameters | Parameter attribute should be final. | 68 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 69 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| misc | FinalParameters | Parameter string should be final. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 75 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| misc | FinalParameters | Parameter string should be final. | 80 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 81 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter string should be final. | 83 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 84 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| misc | FinalParameters | Parameter string should be final. | 87 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 88 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 88 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| misc | FinalParameters | Parameter string should be final. | 90 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 91 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| misc | FinalParameters | Parameter string should be final. | 94 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 95 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| misc | FinalParameters | Parameter string should be final. | 97 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 98 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| misc | FinalParameters | Parameter str should be final. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter str should be final. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 105 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 108 | |
| misc | FinalParameters | Parameter string should be final. | 108 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 109 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 112 | |
| misc | FinalParameters | Parameter string should be final. | 112 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| misc | FinalParameters | Parameter string should be final. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 117 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| misc | FinalParameters | Parameter string should be final. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 120 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| naming | MethodName | Name 'Separator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.events.Event. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.events.EventIEEEManager. | 26 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.events.EventIEEEType. | 27 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.manager.Manager. | 28 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.CoderFactory. | 30 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.org.bn.metadata.ASN1TypeMetadata. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 48 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| design | VisibilityModifier | Variable 'encoder' must be private and have accessor methods. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| design | VisibilityModifier | Variable 'bais' must be private and have accessor methods. | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | VisibilityModifier | Variable 'baos' must be private and have accessor methods. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| misc | FinalParameters | Parameter encoder should be final. | 64 | |
| coding | HiddenField | 'encoder' hides a field. | 64 | |
| misc | FinalParameters | Parameter decoder should be final. | 64 | |
| coding | HiddenField | 'decoder' hides a field. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'decodeAARE' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| misc | FinalParameters | Parameter rmp should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 82 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'decode10415AARQ' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| misc | FinalParameters | Parameter rmp should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 111 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'decodeUnknownCfg' is not designed for extension - needs to be abstract, final or empty. | 128 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| misc | FinalParameters | Parameter rmp should be final. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 140 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| design | DesignForExtension | Method 'decodeExtended10415CfgReport' is not designed for extension - needs to be abstract, final or empty. | 155 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 155 | |
| misc | FinalParameters | Parameter rmp should be final. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 167 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'decodeExtended10404CfgReport' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| misc | FinalParameters | Parameter rmp should be final. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 195 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| design | DesignForExtension | Method 'decodeExtended10408CfgReport' is not designed for extension - needs to be abstract, final or empty. | 211 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 211 | |
| misc | FinalParameters | Parameter rmp should be final. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 222 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 223 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 226 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 228 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| design | DesignForExtension | Method 'decodeExtended10415Measure' is not designed for extension - needs to be abstract, final or empty. | 237 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 237 | |
| misc | FinalParameters | Parameter rmp should be final. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 249 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 256 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'decodeExtended10404Measure' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| misc | FinalParameters | Parameter rmp should be final. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 275 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 276 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 281 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 283 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| design | DesignForExtension | Method 'decodeExtended10408Measure' is not designed for extension - needs to be abstract, final or empty. | 291 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 291 | |
| misc | FinalParameters | Parameter rmp should be final. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 292 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 296 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 303 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 306 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| design | DesignForExtension | Method 'decode10417AARQ' is not designed for extension - needs to be abstract, final or empty. | 318 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 318 | |
| misc | FinalParameters | Parameter rmp should be final. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 330 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 330 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 342 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 344 | |
| design | DesignForExtension | Method 'decode10407AARQ' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| misc | FinalParameters | Parameter rmp should be final. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 348 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 357 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 361 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| design | DesignForExtension | Method 'decodeRLRQ' is not designed for extension - needs to be abstract, final or empty. | 373 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 373 | |
| misc | FinalParameters | Parameter rmp should be final. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 385 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 385 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 388 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 389 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 390 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 392 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 396 | |
| design | DesignForExtension | Method 'decodeABRT' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| misc | FinalParameters | Parameter rmp should be final. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 402 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 404 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 410 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 411 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 414 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 415 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 416 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 418 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 422 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 424 | |
| design | DesignForExtension | Method 'decode10415Measure' is not designed for extension - needs to be abstract, final or empty. | 425 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 425 | |
| misc | FinalParameters | Parameter rmp should be final. | 425 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 426 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 427 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 432 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 437 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 438 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 439 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 442 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 | |
| design | DesignForExtension | Method 'decodeRealWeightMeasure' is not designed for extension - needs to be abstract, final or empty. | 453 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 453 | |
| misc | FinalParameters | Parameter rmp should be final. | 453 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 454 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 455 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 465 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 467 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 467 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 471 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 472 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 480 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 481 | |
| design | DesignForExtension | Method 'decode10407Measure' is not designed for extension - needs to be abstract, final or empty. | 482 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 482 | |
| misc | FinalParameters | Parameter rmp should be final. | 482 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 483 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 487 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 494 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 496 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 496 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 500 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 501 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| design | DesignForExtension | Method 'decode10417Measure' is not designed for extension - needs to be abstract, final or empty. | 510 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 510 | |
| misc | FinalParameters | Parameter rmp should be final. | 510 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 511 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 512 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 517 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 522 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 523 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 524 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 524 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 527 | |
| naming | LocalVariableName | Name 'apdu_bytes' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 528 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 531 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 537 | |
| design | DesignForExtension | Method 'waiting' is not designed for extension - needs to be abstract, final or empty. | 539 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 539 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 539 | |
| misc | FinalParameters | Parameter n should be final. | 539 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 539 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 545 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 545 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 545 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 545 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| whitespace | WhitespaceAround | 'do' is not followed by whitespace. | 547 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 547 | |
| coding | MagicNumber | '1000' is a magic number. | 550 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.io.File. | 24 | |
| imports | UnusedImports | Unused import - java.util.Hashtable. | 29 | |
| imports | UnusedImports | Unused import - java.util.Iterator. | 30 | |
| imports | UnusedImports | Unused import - java.util.Map. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 38 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 59 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 59 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 59 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| misc | FinalParameters | Parameter fw should be final. | 71 | |
| misc | FinalParameters | Parameter name should be final. | 71 | |
| misc | FinalParameters | Parameter value should be final. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 73 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 26 | |
| design | InterfaceIsType | interfaces should describe a type and hence have methods. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 203). | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 47 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 68 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 83 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 88 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 88 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 89 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 89 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 93 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 93 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 94 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 94 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 96 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 107 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 107 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 108 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 108 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 108 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 112 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 112 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 113 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 113 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 122 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 122 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 123 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 123 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 123 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 126 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 127 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 127 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 128 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 128 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 140 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 141 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 141 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 142 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 142 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 142 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 146 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 146 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 147 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 147 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 147 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 149 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 149 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 150 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 150 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 151 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 151 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 151 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 152 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 153 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 153 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 154 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 154 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 154 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 160 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 161 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 162 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 162 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 162 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 167 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 172 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 177 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 177 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 179 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 179 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 180 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 180 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 180 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 184 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 185 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 185 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 186 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 190 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 191 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 191 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 192 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 192 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 192 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 173). | 197 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 201 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 201 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 202 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 202 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 202 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 206 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 209 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 211 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 211 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 212 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 212 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 213 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 213 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 214 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 214 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 215 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 220 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 220 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 221 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 222 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 222 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 223 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 223 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 223 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 224 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 224 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 224 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 224 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 225 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 226 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 227 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 228 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 228 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 228 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 229 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 229 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 230 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 230 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 231 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 231 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 231 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 232 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 232 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 232 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 233 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 233 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 238 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 240 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 241 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 242 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 243 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 243 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 244 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 244 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 244 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 245 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 245 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 249 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 250 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 250 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 251 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 251 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 259 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 260 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 261 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 261 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 262 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 262 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 262 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 263 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 263 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 264 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 264 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 266 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 266 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 267 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 267 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 267 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 271 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 271 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 278 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 279 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 280 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 280 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 280 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 284 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 285 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 285 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 286 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 286 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 287 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 287 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 287 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 291 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 295 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 295 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 295 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 296 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 296 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 296 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 297 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 297 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 297 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 297 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 297 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 298 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 298 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 298 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 298 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 299 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 299 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 299 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 299 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 299 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 300 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 300 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 300 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 300 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 301 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 301 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 301 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 301 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 302 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 302 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 302 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 302 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 302 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 303 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 303 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 303 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 303 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 304 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 304 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 304 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 304 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 304 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 307 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 308 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 308 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 308 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 309 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 309 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 309 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 309 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 309 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 310 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 310 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 311 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 311 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 311 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 311 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 312 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 312 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 312 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 312 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 313 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 313 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 313 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 313 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 314 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 314 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 314 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 314 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 315 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 315 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 315 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 315 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 316 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 316 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 316 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 316 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 317 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 317 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 317 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 317 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 318 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 318 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 318 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 318 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 318 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 319 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 319 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 319 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 319 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 320 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 320 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 320 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 320 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 321 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 321 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 321 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 321 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 322 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 322 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 322 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 322 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 323 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 323 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 323 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 323 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 324 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 324 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 324 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 324 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 325 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 325 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 325 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 325 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 326 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 326 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 326 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 326 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 327 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 327 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 327 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 327 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 328 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 328 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 328 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 328 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 329 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 329 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 329 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 329 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 330 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 330 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 330 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 330 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 331 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 331 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 331 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 331 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 332 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 332 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 332 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 332 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 333 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 333 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 333 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 333 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 334 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 334 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 334 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 334 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 335 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 335 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 335 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 335 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 336 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 336 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 336 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 336 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 337 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 337 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 337 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 337 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 338 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 338 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 338 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 338 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 338 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 339 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 339 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 339 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 339 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 340 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 340 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 340 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 340 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 341 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 341 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 341 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 341 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 341 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 342 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 342 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 342 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 342 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 343 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 343 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 343 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 343 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 343 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 346 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 348 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 349 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 349 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 349 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 350 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 350 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 350 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 350 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 351 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 351 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 351 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 351 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 352 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 352 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 352 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 352 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 353 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 353 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 353 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 353 | |
| misc | TodoComment | Comment matches to-do format 'TODO:'. | 355 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| design | HideUtilityClassConstructor | Utility classes should not have a public or default constructor. | 22 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 31 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 56 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 57 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 58 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 59 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 73 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 74 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 77 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 78 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 84 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 86 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 87 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 91 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 91 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 92 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 96 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 99 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 101 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 101 | |
| naming | ConstantName | Name 'ST_ALG_RECURSIVE_' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 102 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 103 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 103 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 104 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 106 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 109 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 111 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 116 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 117 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 118 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 119 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 120 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 121 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 124 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 125 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 126 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 129 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 130 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 130 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 131 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 132 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 133 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 136 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 137 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 137 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 138 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 139 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 140 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 143 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 143 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 144 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 145 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 152 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 155 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 155 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 156 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 157 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 160 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 161 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 164 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 164 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 165 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 166 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 167 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 167 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 168 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 168 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 169 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 169 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 170 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 171 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 172 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 175 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 178 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 181 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 183 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 184 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 187 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 188 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 188 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 189 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 190 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 191 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 193 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 194 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 194 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 195 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 196 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 197 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 198 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 198 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 199 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 199 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 203 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 204 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 205 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 205 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 206 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 207 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 207 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 208 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 210 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 210 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 211 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 211 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 212 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 212 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 213 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 213 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 214 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 215 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 216 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 216 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 217 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 217 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 218 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 219 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 219 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 220 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 220 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 221 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 222 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 222 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 225 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 225 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 226 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 227 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 227 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 228 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 229 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 229 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 230 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 230 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 233 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 236 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 237 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 237 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 238 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 241 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 241 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 242 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 242 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 245 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 246 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 246 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 247 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 247 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 248 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 248 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 249 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 249 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 250 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 250 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 251 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 254 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 254 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 255 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 256 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 257 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 258 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 259 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 259 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 260 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 261 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 262 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 262 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 265 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 265 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 266 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 267 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 267 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 268 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 269 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 270 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 270 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 271 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 271 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 272 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 272 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 273 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 274 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 275 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 275 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 278 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 279 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 281 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 281 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 282 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 283 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 283 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 284 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 285 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 285 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 286 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 287 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 287 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 288 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 288 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 289 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 290 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 290 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 291 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 291 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 292 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 294 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 294 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 295 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 295 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 296 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 296 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 297 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 297 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 298 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 300 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 300 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 301 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 301 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 302 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 305 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 305 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 306 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 306 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 307 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 310 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 310 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 311 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 311 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 312 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 312 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 313 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 313 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 314 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 315 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 315 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 316 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 316 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 317 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 317 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 318 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 318 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 321 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 321 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 322 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 322 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 323 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 323 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 324 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 324 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 325 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 325 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 326 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 326 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 327 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 327 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 328 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 328 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 329 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 329 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 330 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 331 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 331 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 332 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 333 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 333 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 334 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 334 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 335 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 335 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 336 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 337 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 338 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.AbsoluteTimeAdjust. | 37 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.BITS_16. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 67 | |
| design | VisibilityModifier | Variable 'decoder' must be private and have accessor methods. | 67 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 68 | |
| design | VisibilityModifier | Variable 'bais' must be private and have accessor methods. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 77 | |
| naming | MemberName | Name 'time_gap' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| design | VisibilityModifier | Variable 'time_gap' must be private and have accessor methods. | 77 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 80 | |
| javadoc | JavadocMethod | Unused @param tag for 'cfgreport'. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 82 | |
| javadoc | JavadocMethod | Unused Javadoc tag. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| misc | FinalParameters | Parameter decoder should be final. | 86 | |
| coding | HiddenField | 'decoder' hides a field. | 86 | |
| javadoc | JavadocMethod | Expected @param tag for 'decoder'. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'MDS_Configuration_Event' is not designed for extension - needs to be abstract, final or empty. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| naming | MethodName | Name 'MDS_Configuration_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| misc | FinalParameters | Parameter cfgreport should be final. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| naming | LocalVariableName | Name 'response_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 94 | |
| naming | LocalVariableName | Name 'cfg_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 96 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 103 | |
| naming | LocalVariableName | Name 'obj_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 110 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 119 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 121 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 138 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 139 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 148 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 149 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 178 | |
| design | DesignForExtension | Method 'MDS_Dynamic_Data_Update_Var' is not designed for extension - needs to be abstract, final or empty. | 178 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 178 | |
| misc | FinalParameters | Parameter scanreportinfovar should be final. | 178 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfovar'. | 178 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 179 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 179 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 189 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 189 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 191 | |
| naming | LocalVariableName | Name 'size_of_attrlist' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 194 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 195 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 195 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 197 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 199 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 199 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 201 | |
| naming | LocalVariableName | Name 'ava_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 203 | |
| naming | LocalVariableName | Name 'ava_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 204 | |
| naming | LocalVariableName | Name 'ava_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 204 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 206 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 210 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 211 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 211 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 228 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 231 | |
| design | DesignForExtension | Method 'MDS_Dynamic_Data_Update_Fixed' is not designed for extension - needs to be abstract, final or empty. | 231 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 231 | |
| misc | FinalParameters | Parameter scanreportinfofixed should be final. | 231 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfofixed'. | 231 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 231 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 232 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 232 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 234 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 240 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 241 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 244 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 246 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 256 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 257 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 257 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 258 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 261 | |
| sizes | LineLength | Line is longer than 80 characters (found 148). | 263 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 264 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 265 | |
| naming | LocalVariableName | Name 'size_of_attr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 265 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 267 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 267 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 267 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 268 | |
| sizes | LineLength | Line is longer than 80 characters (found 155). | 269 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 269 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 269 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 273 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 194). | 274 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 276 | |
| sizes | LineLength | Line is longer than 80 characters (found 100). | 277 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 282 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 283 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 284 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 286 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 287 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 288 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 288 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 288 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 289 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 289 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| misc | FinalParameters | Parameter scanreportinfompvar should be final. | 301 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 303 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 306 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 306 | |
| misc | FinalParameters | Parameter scanreportinfompfixed should be final. | 307 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 312 | |
| naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 312 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 314 | |
| sizes | LineLength | Line is longer than 80 characters (found 162). | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 326 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 328 | |
| design | DesignForExtension | Method 'getTimeGapofDevice' is not designed for extension - needs to be abstract, final or empty. | 329 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 329 | |
| misc | FinalParameters | Parameter rors_cmip_get should be final. | 329 | |
| naming | ParameterName | Name 'rors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 329 | |
| naming | LocalVariableName | Name 'attr_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 331 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 333 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 333 | |
| naming | LocalVariableName | Name 'attr_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 335 | |
| coding | MagicNumber | '2439' is a magic number. | 336 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 337 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 339 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 339 | |
| coding | MagicNumber | '2439' is a magic number. | 339 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 340 | |
| naming | LocalVariableName | Name 'attr_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 340 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 342 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 344 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 350 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 351 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 351 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 351 | |
| coding | MagicNumber | '6' is a magic number. | 352 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 355 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 357 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 363 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 364 | |
| naming | LocalVariableName | Name 'device_year' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_month' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_day' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_hour' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_min' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| naming | LocalVariableName | Name 'device_secs' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 365 | |
| sizes | LineLength | Line is longer than 80 characters (found 149). | 366 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 366 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 366 | |
| coding | MagicNumber | '100' is a magic number. | 366 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 366 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 369 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 370 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 371 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 372 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 373 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 376 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 376 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 377 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 377 | |
| coding | MagicNumber | '3' is a magic number. | 378 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 378 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 378 | |
| coding | MagicNumber | '4' is a magic number. | 379 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 379 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 379 | |
| coding | MagicNumber | '5' is a magic number. | 380 | |
| whitespace | WhitespaceAround | '-' is not preceded with whitespace. | 380 | |
| whitespace | WhitespaceAround | '-' is not followed by whitespace. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 381 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.ConfigReport. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 46 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 47 | |
| design | VisibilityModifier | Variable 'bais' must be private and have accessor methods. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter decoder should be final. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'createNumeric' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 60 | |
| naming | LocalVariableName | Name 'int_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 69 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 72 | |
| naming | LocalVariableName | Name 'attr_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| naming | LocalVariableName | Name 'ava_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 83 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 91 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 96 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| naming | MethodName | Name 'createRT_SA' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 101 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 118 | |
| misc | FinalParameters | Parameter cfgobj should be final. | 118 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| naming | TypeName | Name 'p10404PulsiOximeter' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'spo2attributes' must be private and have accessor methods. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'pulserateattributes' must be private and have accessor methods. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ';' is preceded with whitespace. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 87 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| coding | MagicNumber | '10' is a magic number. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 144 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 146 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 157 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 159 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 159 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 160 | |
| whitespace | WhitespaceAround | '>>' is not preceded with whitespace. | 160 | |
| coding | MagicNumber | '8' is a magic number. | 160 | |
| whitespace | WhitespaceAround | '>>' is not followed by whitespace. | 160 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 164 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 167 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 170 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 171 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 182 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| coding | MagicNumber | '10' is a magic number. | 193 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 198 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 198 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 201 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 50 | |
| naming | TypeName | Name 'p10407BloodPressure' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| design | VisibilityModifier | Variable 'bloodpressureattributes' must be private and have accessor methods. | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 53 | |
| design | VisibilityModifier | Variable 'pulserateattributes' must be private and have accessor methods. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| misc | FinalParameters | Parameter decoder should be final. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 88 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 100 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 100 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 103 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 103 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 104 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 115 | |
| coding | MagicNumber | '3' is a magic number. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| naming | LocalVariableName | Name 'oid_systolic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| naming | LocalVariableName | Name 'oid_diastolic' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| naming | LocalVariableName | Name 'oid_mean' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 133 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 137 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 154 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 156 | |
| coding | MagicNumber | '10' is a magic number. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 167 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 192 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 193 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 195 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 202 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 203 | |
| naming | LocalVariableName | Name 'mss_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 203 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 203 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 206 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 206 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 206 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 206 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 207 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAround | '>>' is not preceded with whitespace. | 207 | |
| coding | MagicNumber | '8' is a magic number. | 207 | |
| whitespace | WhitespaceAround | '>>' is not followed by whitespace. | 207 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 207 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 207 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 207 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 226 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 230 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 232 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 233 | |
| coding | MagicNumber | '8' is a magic number. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 236 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| sizes | LineLength | Line is longer than 80 characters (found 97). | 240 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 242 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 244 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 246 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 47 | |
| naming | TypeName | Name 'p10408Thermometer' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 49 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| design | VisibilityModifier | Variable 'temperatureattributes' must be private and have accessor methods. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 85 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 88 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 118 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| naming | TypeName | Name 'p10415WeighingScale' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'bodyweight' must be private and have accessor methods. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter decoder should be final. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 161). | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 86 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 89 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 89 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 90 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 90 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 112 | |
| coding | MagicNumber | '4' is a magic number. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 118 | |
| coding | MagicNumber | '8' is a magic number. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| whitespace | WhitespaceAfter | ',' is not followed by whitespace. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 134 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| naming | TypeName | Name 'p10417Glucometer' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 46 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 48 | |
| design | VisibilityModifier | Variable 'glucometerattributes' must be private and have accessor methods. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter decoder should be final. | 51 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | LocalVariableName | Name 'type_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 153). | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| naming | LocalVariableName | Name 'bs_byte' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 82 | |
| naming | LocalVariableName | Name 'bs_val' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| whitespace | OperatorWrap | '|' should be on a new line. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 85 | |
| coding | MagicNumber | '0x000000FF' is a magic number. | 85 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 86 | |
| coding | MagicNumber | '0x0000FF00' is a magic number. | 86 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| naming | LocalVariableName | Name 'unit_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 100 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| naming | LocalVariableName | Name 'entry1_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| naming | LocalVariableName | Name 'entry2_oid' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 114 | |
| coding | MagicNumber | '8' is a magic number. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 132 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 34 | |
| naming | TypeName | Name 'p10441ActivityMonitor' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 34 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| design | VisibilityModifier | Variable 'activitymonitorattributes' must be private and have accessor methods. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| misc | FinalParameters | Parameter decoder should be final. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| naming | TypeName | Name 'p10442Strength' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'strengthattributes' must be private and have accessor methods. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter decoder should be final. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 33 | |
| naming | TypeName | Name 'p10471ActivityHub' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 33 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| design | VisibilityModifier | Variable 'activityhubattributes' must be private and have accessor methods. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter decoder should be final. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'toString' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 35 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 35 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 35 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'AVA_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'attribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'attribute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getAttribute_id' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getAttribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setAttribute_id' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setAttribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getAttribute_value' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getAttribute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setAttribute_value' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setAttribute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'selected_data_proto' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getResult' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setResult' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getSelected_data_proto' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getSelected_data_proto' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSelected_data_proto' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setSelected_data_proto' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'assoc_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'data_proto_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getAssoc_version' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getAssoc_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setAssoc_version' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setAssoc_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getData_proto_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getData_proto_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setData_proto_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setData_proto_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'Abort_reason' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'from_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'to_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getFrom_time' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getFrom_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setFrom_time' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setFrom_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getTo_time' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getTo_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setTo_time' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setTo_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 75 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| naming | MemberName | Name 'sec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getCentury' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setCentury' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'getYear' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'setYear' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 99 | |
| misc | FinalParameters | Parameter value should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| design | DesignForExtension | Method 'getMonth' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| design | DesignForExtension | Method 'setMonth' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 | |
| misc | FinalParameters | Parameter value should be final. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| design | DesignForExtension | Method 'getDay' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| design | DesignForExtension | Method 'setDay' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 | |
| misc | FinalParameters | Parameter value should be final. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| design | DesignForExtension | Method 'getHour' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| design | DesignForExtension | Method 'setHour' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 135 | |
| misc | FinalParameters | Parameter value should be final. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 138 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| design | DesignForExtension | Method 'getMinute' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'setMinute' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 147 | |
| misc | FinalParameters | Parameter value should be final. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| design | DesignForExtension | Method 'getSecond' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| design | DesignForExtension | Method 'setSecond' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 159 | |
| misc | FinalParameters | Parameter value should be final. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 164 | |
| design | DesignForExtension | Method 'getSec_fractions' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| naming | MethodName | Name 'getSec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| design | DesignForExtension | Method 'setSec_fractions' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| naming | MethodName | Name 'setSec_fractions' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 171 | |
| misc | FinalParameters | Parameter value should be final. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 182 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 182 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '6L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| coding | HiddenField | 'value' hides a field. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter btStr should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'action_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | MemberName | Name 'action_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'getAction_type' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'getAction_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setAction_type' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| naming | MethodName | Name 'setAction_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getAction_info_args' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | MethodName | Name 'getAction_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setAction_info_args' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| naming | MethodName | Name 'setAction_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'action_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | MemberName | Name 'action_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'getAction_type' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'getAction_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setAction_type' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| naming | MethodName | Name 'setAction_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getAction_info_args' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | MethodName | Name 'getAction_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setAction_info_args' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| naming | MethodName | Name 'setAction_info_args' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| coding | MagicNumber | '57856' is a magic number. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| coding | MagicNumber | '58112' is a magic number. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| coding | MagicNumber | '58368' is a magic number. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| coding | MagicNumber | '58624' is a magic number. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| coding | MagicNumber | '58880' is a magic number. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| coding | MagicNumber | '59136' is a magic number. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getAarq' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| design | DesignForExtension | Method 'isAarqSelected' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| design | DesignForExtension | Method 'selectAarq' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 84 | |
| misc | FinalParameters | Parameter value should be final. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'getAare' is not designed for extension - needs to be abstract, final or empty. | 102 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 102 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 102 | |
| design | DesignForExtension | Method 'isAareSelected' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 110 | |
| misc | FinalParameters | Parameter value should be final. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| design | DesignForExtension | Method 'selectAare' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| design | DesignForExtension | Method 'getRlrq' is not designed for extension - needs to be abstract, final or empty. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 133 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 133 | |
| design | DesignForExtension | Method 'isRlrqSelected' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 141 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| design | DesignForExtension | Method 'selectRlrq' is not designed for extension - needs to be abstract, final or empty. | 146 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 146 | |
| misc | FinalParameters | Parameter value should be final. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 150 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 152 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 154 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 162 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| design | DesignForExtension | Method 'getRlre' is not designed for extension - needs to be abstract, final or empty. | 164 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 164 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 164 | |
| design | DesignForExtension | Method 'isRlreSelected' is not designed for extension - needs to be abstract, final or empty. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 168 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 168 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 172 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 172 | |
| misc | FinalParameters | Parameter value should be final. | 172 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| design | DesignForExtension | Method 'selectRlre' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 179 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 185 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| design | DesignForExtension | Method 'getAbrt' is not designed for extension - needs to be abstract, final or empty. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 195 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 195 | |
| design | DesignForExtension | Method 'isAbrtSelected' is not designed for extension - needs to be abstract, final or empty. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 199 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 199 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 203 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 203 | |
| misc | FinalParameters | Parameter value should be final. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 | |
| design | DesignForExtension | Method 'selectAbrt' is not designed for extension - needs to be abstract, final or empty. | 208 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 208 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 208 | |
| misc | FinalParameters | Parameter value should be final. | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 212 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 216 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 220 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| design | DesignForExtension | Method 'getPrst' is not designed for extension - needs to be abstract, final or empty. | 226 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 226 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 226 | |
| design | DesignForExtension | Method 'isPrstSelected' is not designed for extension - needs to be abstract, final or empty. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 230 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 230 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 234 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 234 | |
| misc | FinalParameters | Parameter value should be final. | 234 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 238 | |
| design | DesignForExtension | Method 'selectPrst' is not designed for extension - needs to be abstract, final or empty. | 239 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 239 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 239 | |
| misc | FinalParameters | Parameter value should be final. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 247 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 254 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 257 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 260 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 260 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 261 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 261 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 267 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'attribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attribute_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getAttribute_id' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getAttribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setAttribute_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setAttribute_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute_len' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttribute_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute_len' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttribute_len' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'modify_operator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getModify_operator' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getModify_operator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setModify_operator' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setModify_operator' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'auth_body' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'auth_body_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getAuth_body' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getAuth_body' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setAuth_body' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setAuth_body' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAuth_body_struc_type' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAuth_body_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAuth_body_struc_type' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAuth_body_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'BITS_16' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '16L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'BITS_32' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '32L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 64 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'unit_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| coding | HiddenField | 'value' hides a field. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getUnit_' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getUnit_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setUnit_' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setUnit_' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| coding | HiddenField | 'value' hides a field. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getObj_class' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getObj_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setObj_class' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'setObj_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| misc | FinalParameters | Parameter value should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'config_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'config_obj_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getConfig_report_id' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getConfig_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setConfig_report_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setConfig_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getConfig_obj_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getConfig_obj_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setConfig_obj_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setConfig_obj_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'config_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'config_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getConfig_report_id' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getConfig_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setConfig_report_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setConfig_report_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getConfig_result' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getConfig_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setConfig_result' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setConfig_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'invoke_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| coding | MagicNumber | '256' is a magic number. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'roiv_cmip_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| coding | MagicNumber | '257' is a magic number. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 57 | |
| naming | MemberName | Name 'roiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| coding | MagicNumber | '259' is a magic number. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name 'roiv_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| coding | MagicNumber | '260' is a magic number. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | MemberName | Name 'roiv_cmip_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 70 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 | |
| coding | MagicNumber | '261' is a magic number. | 70 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 70 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| naming | MemberName | Name 'roiv_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 75 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 75 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 75 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 75 | |
| coding | MagicNumber | '262' is a magic number. | 75 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 75 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| naming | MemberName | Name 'roiv_cmip_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 80 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 80 | |
| coding | MagicNumber | '263' is a magic number. | 80 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 80 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| naming | MemberName | Name 'roiv_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 85 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 85 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 85 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 85 | |
| coding | MagicNumber | '513' is a magic number. | 85 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 85 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| naming | MemberName | Name 'rors_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 90 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 90 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 90 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 90 | |
| coding | MagicNumber | '515' is a magic number. | 90 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 90 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| naming | MemberName | Name 'rors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 95 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 95 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 95 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 95 | |
| coding | MagicNumber | '517' is a magic number. | 95 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 95 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| naming | MemberName | Name 'rors_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 100 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 100 | |
| coding | MagicNumber | '519' is a magic number. | 100 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 100 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| naming | MemberName | Name 'rors_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 105 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 105 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 105 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 105 | |
| coding | MagicNumber | '768' is a magic number. | 105 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 105 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 110 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 110 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 110 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 110 | |
| coding | MagicNumber | '1024' is a magic number. | 110 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 110 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'getRoiv_cmip_event_report' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| naming | MethodName | Name 'getRoiv_cmip_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 116 | |
| design | DesignForExtension | Method 'isRoiv_cmip_event_reportSelected' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| naming | MethodName | Name 'isRoiv_cmip_event_reportSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 120 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 124 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 124 | |
| naming | MethodName | Name 'setRoiv_cmip_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 124 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 124 | |
| misc | FinalParameters | Parameter value should be final. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 129 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_event_report' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| naming | MethodName | Name 'selectRoiv_cmip_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 160 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 161 | |
| design | DesignForExtension | Method 'getRoiv_cmip_confirmed_event_report' is not designed for extension - needs to be abstract, final or empty. | 161 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 161 | |
| naming | MethodName | Name 'getRoiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 161 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 161 | |
| design | DesignForExtension | Method 'isRoiv_cmip_confirmed_event_reportSelected' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| naming | MethodName | Name 'isRoiv_cmip_confirmed_event_reportSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 165 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 169 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 169 | |
| naming | MethodName | Name 'setRoiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 169 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 169 | |
| misc | FinalParameters | Parameter value should be final. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 173 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 174 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_confirmed_event_report' is not designed for extension - needs to be abstract, final or empty. | 174 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 174 | |
| naming | MethodName | Name 'selectRoiv_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 174 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 174 | |
| misc | FinalParameters | Parameter value should be final. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 176 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 178 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 184 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 186 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 198 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 200 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 203 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 204 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| design | DesignForExtension | Method 'getRoiv_cmip_get' is not designed for extension - needs to be abstract, final or empty. | 206 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 206 | |
| naming | MethodName | Name 'getRoiv_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 206 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 206 | |
| design | DesignForExtension | Method 'isRoiv_cmip_getSelected' is not designed for extension - needs to be abstract, final or empty. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 210 | |
| naming | MethodName | Name 'isRoiv_cmip_getSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 210 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 210 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 214 | |
| naming | MethodName | Name 'setRoiv_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 214 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 214 | |
| misc | FinalParameters | Parameter value should be final. | 214 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 218 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_get' is not designed for extension - needs to be abstract, final or empty. | 219 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 219 | |
| naming | MethodName | Name 'selectRoiv_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 219 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 219 | |
| misc | FinalParameters | Parameter value should be final. | 219 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 221 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 223 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 225 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 227 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 229 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 233 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 235 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 237 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 239 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 241 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 243 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 248 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 249 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 250 | |
| design | DesignForExtension | Method 'getRoiv_cmip_set' is not designed for extension - needs to be abstract, final or empty. | 251 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 251 | |
| naming | MethodName | Name 'getRoiv_cmip_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 251 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 251 | |
| design | DesignForExtension | Method 'isRoiv_cmip_setSelected' is not designed for extension - needs to be abstract, final or empty. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 255 | |
| naming | MethodName | Name 'isRoiv_cmip_setSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 255 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 255 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 259 | |
| naming | MethodName | Name 'setRoiv_cmip_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 259 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 259 | |
| misc | FinalParameters | Parameter value should be final. | 259 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 263 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_set' is not designed for extension - needs to be abstract, final or empty. | 264 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 264 | |
| naming | MethodName | Name 'selectRoiv_cmip_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 264 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 264 | |
| misc | FinalParameters | Parameter value should be final. | 264 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 266 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 272 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 274 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 276 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 278 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 286 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 288 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 290 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 294 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 295 | |
| design | DesignForExtension | Method 'getRoiv_cmip_confirmed_set' is not designed for extension - needs to be abstract, final or empty. | 296 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 296 | |
| naming | MethodName | Name 'getRoiv_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 296 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 296 | |
| design | DesignForExtension | Method 'isRoiv_cmip_confirmed_setSelected' is not designed for extension - needs to be abstract, final or empty. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 300 | |
| naming | MethodName | Name 'isRoiv_cmip_confirmed_setSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 300 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 300 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 304 | |
| naming | MethodName | Name 'setRoiv_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 304 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 304 | |
| misc | FinalParameters | Parameter value should be final. | 304 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 308 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_confirmed_set' is not designed for extension - needs to be abstract, final or empty. | 309 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 309 | |
| naming | MethodName | Name 'selectRoiv_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 309 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 309 | |
| misc | FinalParameters | Parameter value should be final. | 309 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 311 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 313 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 317 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 319 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 321 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 325 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 331 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 333 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 335 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 338 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 339 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 340 | |
| design | DesignForExtension | Method 'getRoiv_cmip_action' is not designed for extension - needs to be abstract, final or empty. | 341 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 341 | |
| naming | MethodName | Name 'getRoiv_cmip_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 341 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 341 | |
| design | DesignForExtension | Method 'isRoiv_cmip_actionSelected' is not designed for extension - needs to be abstract, final or empty. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 345 | |
| naming | MethodName | Name 'isRoiv_cmip_actionSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 345 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 345 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 349 | |
| naming | MethodName | Name 'setRoiv_cmip_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 349 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 349 | |
| misc | FinalParameters | Parameter value should be final. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 353 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_action' is not designed for extension - needs to be abstract, final or empty. | 354 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 354 | |
| naming | MethodName | Name 'selectRoiv_cmip_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 354 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 354 | |
| misc | FinalParameters | Parameter value should be final. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 356 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 360 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 362 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 368 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 370 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 372 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 376 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 378 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 380 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 384 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 385 | |
| design | DesignForExtension | Method 'getRoiv_cmip_confirmed_action' is not designed for extension - needs to be abstract, final or empty. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 386 | |
| naming | MethodName | Name 'getRoiv_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 386 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 386 | |
| design | DesignForExtension | Method 'isRoiv_cmip_confirmed_actionSelected' is not designed for extension - needs to be abstract, final or empty. | 390 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 390 | |
| naming | MethodName | Name 'isRoiv_cmip_confirmed_actionSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 390 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 390 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 394 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 394 | |
| naming | MethodName | Name 'setRoiv_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 394 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 394 | |
| misc | FinalParameters | Parameter value should be final. | 394 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 398 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 399 | |
| design | DesignForExtension | Method 'selectRoiv_cmip_confirmed_action' is not designed for extension - needs to be abstract, final or empty. | 399 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 399 | |
| naming | MethodName | Name 'selectRoiv_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 399 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 399 | |
| misc | FinalParameters | Parameter value should be final. | 399 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 401 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 403 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 405 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 407 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 409 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 411 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 413 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 415 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 417 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 419 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 421 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 423 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 425 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 428 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 429 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 430 | |
| design | DesignForExtension | Method 'getRors_cmip_confirmed_event_report' is not designed for extension - needs to be abstract, final or empty. | 431 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 431 | |
| naming | MethodName | Name 'getRors_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 431 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 431 | |
| design | DesignForExtension | Method 'isRors_cmip_confirmed_event_reportSelected' is not designed for extension - needs to be abstract, final or empty. | 435 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 435 | |
| naming | MethodName | Name 'isRors_cmip_confirmed_event_reportSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 435 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 435 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 439 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 439 | |
| naming | MethodName | Name 'setRors_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 439 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 439 | |
| misc | FinalParameters | Parameter value should be final. | 439 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 443 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 444 | |
| design | DesignForExtension | Method 'selectRors_cmip_confirmed_event_report' is not designed for extension - needs to be abstract, final or empty. | 444 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 444 | |
| naming | MethodName | Name 'selectRors_cmip_confirmed_event_report' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 444 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 444 | |
| misc | FinalParameters | Parameter value should be final. | 444 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 446 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 448 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 450 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 452 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 454 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 456 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 458 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 460 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 462 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 464 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 466 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 468 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 470 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 473 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 474 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 475 | |
| design | DesignForExtension | Method 'getRors_cmip_get' is not designed for extension - needs to be abstract, final or empty. | 476 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 476 | |
| naming | MethodName | Name 'getRors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 476 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 476 | |
| design | DesignForExtension | Method 'isRors_cmip_getSelected' is not designed for extension - needs to be abstract, final or empty. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 480 | |
| naming | MethodName | Name 'isRors_cmip_getSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 480 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 480 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 484 | |
| naming | MethodName | Name 'setRors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 484 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 484 | |
| misc | FinalParameters | Parameter value should be final. | 484 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 488 | |
| design | DesignForExtension | Method 'selectRors_cmip_get' is not designed for extension - needs to be abstract, final or empty. | 489 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 489 | |
| naming | MethodName | Name 'selectRors_cmip_get' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 489 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 489 | |
| misc | FinalParameters | Parameter value should be final. | 489 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 491 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 493 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 495 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 497 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 499 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 501 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 503 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 505 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 507 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 509 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 511 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 513 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 515 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 518 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 519 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 520 | |
| design | DesignForExtension | Method 'getRors_cmip_confirmed_set' is not designed for extension - needs to be abstract, final or empty. | 521 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 521 | |
| naming | MethodName | Name 'getRors_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 521 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 521 | |
| design | DesignForExtension | Method 'isRors_cmip_confirmed_setSelected' is not designed for extension - needs to be abstract, final or empty. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 525 | |
| naming | MethodName | Name 'isRors_cmip_confirmed_setSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 525 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 525 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 529 | |
| naming | MethodName | Name 'setRors_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 529 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 529 | |
| misc | FinalParameters | Parameter value should be final. | 529 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 533 | |
| design | DesignForExtension | Method 'selectRors_cmip_confirmed_set' is not designed for extension - needs to be abstract, final or empty. | 534 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 534 | |
| naming | MethodName | Name 'selectRors_cmip_confirmed_set' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 534 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 534 | |
| misc | FinalParameters | Parameter value should be final. | 534 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 536 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 538 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 540 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 542 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 544 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 546 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 548 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 550 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 552 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 554 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 556 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 558 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 560 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 563 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 564 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 565 | |
| design | DesignForExtension | Method 'getRors_cmip_confirmed_action' is not designed for extension - needs to be abstract, final or empty. | 566 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 566 | |
| naming | MethodName | Name 'getRors_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 566 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 566 | |
| design | DesignForExtension | Method 'isRors_cmip_confirmed_actionSelected' is not designed for extension - needs to be abstract, final or empty. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 570 | |
| naming | MethodName | Name 'isRors_cmip_confirmed_actionSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 570 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 570 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 574 | |
| naming | MethodName | Name 'setRors_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 574 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 574 | |
| misc | FinalParameters | Parameter value should be final. | 574 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 578 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 579 | |
| design | DesignForExtension | Method 'selectRors_cmip_confirmed_action' is not designed for extension - needs to be abstract, final or empty. | 579 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 579 | |
| naming | MethodName | Name 'selectRors_cmip_confirmed_action' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 579 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 579 | |
| misc | FinalParameters | Parameter value should be final. | 579 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 581 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 583 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 585 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 587 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 589 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 591 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 593 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 595 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 597 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 599 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 601 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 603 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 605 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 608 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 609 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 610 | |
| design | DesignForExtension | Method 'getRoer' is not designed for extension - needs to be abstract, final or empty. | 611 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 611 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 611 | |
| design | DesignForExtension | Method 'isRoerSelected' is not designed for extension - needs to be abstract, final or empty. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 615 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 615 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 619 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 619 | |
| misc | FinalParameters | Parameter value should be final. | 619 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 623 | |
| design | DesignForExtension | Method 'selectRoer' is not designed for extension - needs to be abstract, final or empty. | 624 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 624 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 624 | |
| misc | FinalParameters | Parameter value should be final. | 624 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 626 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 628 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 630 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 632 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 634 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 636 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 638 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 640 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 642 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 644 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 646 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 648 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 650 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 653 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 654 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 655 | |
| design | DesignForExtension | Method 'getRorj' is not designed for extension - needs to be abstract, final or empty. | 656 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 656 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 656 | |
| design | DesignForExtension | Method 'isRorjSelected' is not designed for extension - needs to be abstract, final or empty. | 660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 660 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 660 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 664 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 664 | |
| misc | FinalParameters | Parameter value should be final. | 664 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 668 | |
| design | DesignForExtension | Method 'selectRorj' is not designed for extension - needs to be abstract, final or empty. | 669 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 669 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 669 | |
| misc | FinalParameters | Parameter value should be final. | 669 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 671 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 673 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 675 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 677 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 679 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 681 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 683 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 685 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 687 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 689 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 691 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 693 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 695 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 698 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 699 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 701 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 704 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 704 | |
| sizes | LineLength | Line is longer than 80 characters (found 156). | 708 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 708 | |
| naming | StaticVariableName | Name 'preparedData_MessageChoiceType' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 708 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 712 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 713 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 713 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 713 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 713 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 713 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 713 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 714 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 716 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 717 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 718 | |
| design | DesignForExtension | Method 'getInvoke_id' is not designed for extension - needs to be abstract, final or empty. | 719 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 719 | |
| naming | MethodName | Name 'getInvoke_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 719 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 719 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 723 | |
| design | DesignForExtension | Method 'setInvoke_id' is not designed for extension - needs to be abstract, final or empty. | 725 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 725 | |
| naming | MethodName | Name 'setInvoke_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 725 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 725 | |
| misc | FinalParameters | Parameter value should be final. | 725 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 728 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 729 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 730 | |
| design | DesignForExtension | Method 'getMessage' is not designed for extension - needs to be abstract, final or empty. | 731 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 731 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 731 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 735 | |
| design | DesignForExtension | Method 'setMessage' is not designed for extension - needs to be abstract, final or empty. | 737 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 737 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 737 | |
| misc | FinalParameters | Parameter value should be final. | 737 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 740 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 741 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 742 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 743 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 744 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 745 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 748 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 748 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 749 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 749 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 753 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 755 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_proto_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'data_proto_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getData_proto_id' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getData_proto_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setData_proto_id' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setData_proto_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getData_proto_info' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getData_proto_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setData_proto_info' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setData_proto_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter value should be final. | 46 | |
| coding | HiddenField | 'value' hides a field. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter value should be final. | 50 | |
| coding | HiddenField | 'value' hides a field. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getThis' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 58 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_mode_flags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'data_req_init_agent_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'data_req_init_manager_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getData_req_mode_flags' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getData_req_mode_flags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setData_req_mode_flags' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'setData_req_mode_flags' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| misc | FinalParameters | Parameter value should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getData_req_init_agent_count' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'getData_req_init_agent_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setData_req_init_agent_count' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'setData_req_init_agent_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getData_req_init_manager_count' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| naming | MethodName | Name 'getData_req_init_manager_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setData_req_init_manager_count' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'setData_req_init_manager_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 39 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 39 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 39 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| misc | FinalParameters | Parameter value should be final. | 46 | |
| coding | HiddenField | 'value' hides a field. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| misc | FinalParameters | Parameter value should be final. | 50 | |
| coding | HiddenField | 'value' hides a field. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 61 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 61 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'data_req_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'data_req_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'data_req_person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name 'data_req_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | MemberName | Name 'data_req_obj_handle_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getData_req_mode' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getData_req_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setData_req_mode' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setData_req_mode' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getData_req_time' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | MethodName | Name 'getData_req_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setData_req_time' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| naming | MethodName | Name 'setData_req_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getData_req_person_id' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| naming | MethodName | Name 'getData_req_person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| design | DesignForExtension | Method 'setData_req_person_id' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| naming | MethodName | Name 'setData_req_person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 | |
| misc | FinalParameters | Parameter value should be final. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'getData_req_class' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| naming | MethodName | Name 'getData_req_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setData_req_class' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| naming | MethodName | Name 'setData_req_class' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getData_req_obj_handle_list' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| naming | MethodName | Name 'getData_req_obj_handle_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'setData_req_obj_handle_list' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| naming | MethodName | Name 'setData_req_obj_handle_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 | |
| misc | FinalParameters | Parameter value should be final. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'rel_time_stamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'data_req_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| naming | MemberName | Name 'event_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getRel_time_stamp' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'getRel_time_stamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setRel_time_stamp' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'setRel_time_stamp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getData_req_result' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'getData_req_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'setData_req_result' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| naming | MethodName | Name 'setData_req_result' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getEvent_type' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'getEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'setEvent_type' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| naming | MethodName | Name 'setEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getEvent_info' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| naming | MethodName | Name 'getEvent_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setEvent_info' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| naming | MethodName | Name 'setEvent_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'metric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getMetric_id' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getMetric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setMetric_id' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'setMetric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| misc | FinalParameters | Parameter value should be final. | 62 | |
| coding | HiddenField | 'value' hides a field. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| coding | HiddenField | 'value' hides a field. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| coding | HiddenField | 'value' hides a field. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 55 | |
| coding | HiddenField | 'value' hides a field. | 55 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter btStr should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'enum_obj_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'enum_text_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 51 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| coding | MagicNumber | '16' is a magic number. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | MemberName | Name 'enum_bit_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getEnum_obj_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'getEnum_obj_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| design | DesignForExtension | Method 'isEnum_obj_idSelected' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'isEnum_obj_idSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setEnum_obj_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'selectEnum_obj_id' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'selectEnum_obj_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| design | DesignForExtension | Method 'getEnum_text_string' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| naming | MethodName | Name 'getEnum_text_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 82 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 82 | |
| design | DesignForExtension | Method 'isEnum_text_stringSelected' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'isEnum_text_stringSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 90 | |
| naming | MethodName | Name 'setEnum_text_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 90 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 90 | |
| misc | FinalParameters | Parameter value should be final. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'selectEnum_text_string' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | MethodName | Name 'selectEnum_text_string' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| misc | FinalParameters | Parameter value should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getEnum_bit_str' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| naming | MethodName | Name 'getEnum_bit_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| design | DesignForExtension | Method 'isEnum_bit_strSelected' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| naming | MethodName | Name 'isEnum_bit_strSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| naming | MethodName | Name 'setEnum_bit_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 115 | |
| misc | FinalParameters | Parameter value should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| design | DesignForExtension | Method 'selectEnum_bit_str' is not designed for extension - needs to be abstract, final or empty. | 120 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 120 | |
| naming | MethodName | Name 'selectEnum_bit_str' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 120 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 120 | |
| misc | FinalParameters | Parameter value should be final. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 126 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 132 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 135 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 135 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 136 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'error_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getError_value' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getError_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setError_value' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setError_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getParameter' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setParameter' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'event_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| naming | MemberName | Name 'event_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getEvent_time' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'getEvent_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'setEvent_time' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| naming | MethodName | Name 'setEvent_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getEvent_type' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'getEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'setEvent_type' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| naming | MethodName | Name 'setEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getEvent_info' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| naming | MethodName | Name 'getEvent_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setEvent_info' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| naming | MethodName | Name 'setEvent_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'event_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 54 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 54 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 56 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 56 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| naming | MemberName | Name 'event_reply_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getCurrentTime' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'setCurrentTime' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| misc | FinalParameters | Parameter value should be final. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'getEvent_type' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| naming | MethodName | Name 'getEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| design | DesignForExtension | Method 'setEvent_type' is not designed for extension - needs to be abstract, final or empty. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 92 | |
| naming | MethodName | Name 'setEvent_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 92 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 92 | |
| misc | FinalParameters | Parameter value should be final. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| design | DesignForExtension | Method 'getEvent_reply_info' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| naming | MethodName | Name 'getEvent_reply_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| design | DesignForExtension | Method 'setEvent_reply_info' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| naming | MethodName | Name 'setEvent_reply_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 104 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 104 | |
| misc | FinalParameters | Parameter value should be final. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 115 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 115 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 116 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'FLOAT_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attribute_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute_id_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttribute_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute_id_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttribute_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttr_val_map' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttr_val_map' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '8L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| coding | HiddenField | 'value' hides a field. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter btStr should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_I16' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | MagicNumber | '-32768L' is a magic number. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '32767L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_I32' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | MagicNumber | '-2147483648L' is a magic number. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '2147483647L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_I8' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| coding | MagicNumber | '-128L' is a magic number. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '127L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_U16' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '65535L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_U32' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '4294967295L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'INT_U8' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| coding | MagicNumber | '255L' is a magic number. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter value should be final. | 54 | |
| coding | HiddenField | 'value' hides a field. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| coding | HiddenField | 'value' hides a field. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 69 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 69 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_proto_id_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'data_proto_info_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getData_proto_id_ext' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getData_proto_id_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setData_proto_id_ext' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setData_proto_id_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getData_proto_info_ext' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getData_proto_info_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setData_proto_info_ext' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setData_proto_info_ext' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 152). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'mds_time_cap_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'time_sync_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'time_sync_accuracy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'time_resolution_abs_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name 'time_resolution_rel_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 65 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 65 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 65 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| naming | MemberName | Name 'time_resolution_high_res_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getMds_time_cap_state' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getMds_time_cap_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setMds_time_cap_state' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setMds_time_cap_state' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getTime_sync_protocol' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getTime_sync_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| design | DesignForExtension | Method 'setTime_sync_protocol' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setTime_sync_protocol' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getTime_sync_accuracy' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | MethodName | Name 'getTime_sync_accuracy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| design | DesignForExtension | Method 'setTime_sync_accuracy' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| naming | MethodName | Name 'setTime_sync_accuracy' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 101 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 101 | |
| misc | FinalParameters | Parameter value should be final. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| design | DesignForExtension | Method 'getTime_resolution_abs_time' is not designed for extension - needs to be abstract, final or empty. | 107 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| naming | MethodName | Name 'getTime_resolution_abs_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| design | DesignForExtension | Method 'setTime_resolution_abs_time' is not designed for extension - needs to be abstract, final or empty. | 113 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 113 | |
| naming | MethodName | Name 'setTime_resolution_abs_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 113 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 113 | |
| misc | FinalParameters | Parameter value should be final. | 113 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'getTime_resolution_rel_time' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| naming | MethodName | Name 'getTime_resolution_rel_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| design | DesignForExtension | Method 'setTime_resolution_rel_time' is not designed for extension - needs to be abstract, final or empty. | 125 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 125 | |
| naming | MethodName | Name 'setTime_resolution_rel_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 125 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 125 | |
| misc | FinalParameters | Parameter value should be final. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| design | DesignForExtension | Method 'getTime_resolution_high_res_time' is not designed for extension - needs to be abstract, final or empty. | 131 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| naming | MethodName | Name 'getTime_resolution_high_res_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 131 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 131 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 135 | |
| design | DesignForExtension | Method 'setTime_resolution_high_res_time' is not designed for extension - needs to be abstract, final or empty. | 137 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 137 | |
| naming | MethodName | Name 'setTime_resolution_high_res_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 137 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 137 | |
| misc | FinalParameters | Parameter value should be final. | 137 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 143 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 148 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 148 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 149 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 149 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 155 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'ms_struct' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| naming | MemberName | Name 'ms_comp_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getMs_struct' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| naming | MethodName | Name 'getMs_struct' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setMs_struct' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'setMs_struct' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| misc | FinalParameters | Parameter value should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getMs_comp_no' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'getMs_comp_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setMs_comp_no' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'setMs_comp_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter value should be final. | 48 | |
| coding | HiddenField | 'value' hides a field. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'metric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'unit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getMetric_id' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getMetric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setMetric_id' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setMetric_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| coding | HiddenField | 'value' hides a field. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getState' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setState' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| coding | HiddenField | 'value' hides a field. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getUnit_code' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getUnit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setUnit_code' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setUnit_code' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| coding | HiddenField | 'value' hides a field. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| coding | HiddenField | 'value' hides a field. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'OID_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttributes' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttributes' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'obs_val_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getObs_val_data' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getObs_val_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setObs_val_data' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setObs_val_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 55 | |
| coding | HiddenField | 'value' hides a field. | 55 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter btStr should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 143). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| misc | FinalParameters | Parameter value should be final. | 48 | |
| coding | HiddenField | 'value' hides a field. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'protocol_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'encoding_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'nomenclature_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'functional_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 60 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 60 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 60 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| naming | MemberName | Name 'system_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 64 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 64 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 66 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 66 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 66 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 66 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| naming | MemberName | Name 'system_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 71 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 71 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 71 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 71 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 71 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| naming | MemberName | Name 'dev_config_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 76 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 76 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 76 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 76 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 76 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| naming | MemberName | Name 'data_req_mode_capab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 81 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 81 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 81 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| naming | MemberName | Name 'option_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| design | DesignForExtension | Method 'getProtocol_version' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| naming | MethodName | Name 'getProtocol_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| design | DesignForExtension | Method 'setProtocol_version' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| naming | MethodName | Name 'setProtocol_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 93 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 93 | |
| misc | FinalParameters | Parameter value should be final. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| design | DesignForExtension | Method 'getEncoding_rules' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| naming | MethodName | Name 'getEncoding_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'setEncoding_rules' is not designed for extension - needs to be abstract, final or empty. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 105 | |
| naming | MethodName | Name 'setEncoding_rules' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 105 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 105 | |
| misc | FinalParameters | Parameter value should be final. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 110 | |
| design | DesignForExtension | Method 'getNomenclature_version' is not designed for extension - needs to be abstract, final or empty. | 111 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| naming | MethodName | Name 'getNomenclature_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| design | DesignForExtension | Method 'setNomenclature_version' is not designed for extension - needs to be abstract, final or empty. | 117 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 117 | |
| naming | MethodName | Name 'setNomenclature_version' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 117 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 117 | |
| misc | FinalParameters | Parameter value should be final. | 117 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 | |
| design | DesignForExtension | Method 'getFunctional_units' is not designed for extension - needs to be abstract, final or empty. | 123 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 123 | |
| naming | MethodName | Name 'getFunctional_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 123 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| design | DesignForExtension | Method 'setFunctional_units' is not designed for extension - needs to be abstract, final or empty. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 129 | |
| naming | MethodName | Name 'setFunctional_units' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 129 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 129 | |
| misc | FinalParameters | Parameter value should be final. | 129 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| design | DesignForExtension | Method 'getSystem_type' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| naming | MethodName | Name 'getSystem_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 135 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| design | DesignForExtension | Method 'setSystem_type' is not designed for extension - needs to be abstract, final or empty. | 141 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 141 | |
| naming | MethodName | Name 'setSystem_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 141 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 141 | |
| misc | FinalParameters | Parameter value should be final. | 141 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 144 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 146 | |
| design | DesignForExtension | Method 'getSystem_id' is not designed for extension - needs to be abstract, final or empty. | 147 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 147 | |
| naming | MethodName | Name 'getSystem_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 147 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 147 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| design | DesignForExtension | Method 'setSystem_id' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 153 | |
| naming | MethodName | Name 'setSystem_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 153 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 153 | |
| misc | FinalParameters | Parameter value should be final. | 153 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 156 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 157 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 158 | |
| design | DesignForExtension | Method 'getDev_config_id' is not designed for extension - needs to be abstract, final or empty. | 159 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 159 | |
| naming | MethodName | Name 'getDev_config_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 159 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 159 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 163 | |
| design | DesignForExtension | Method 'setDev_config_id' is not designed for extension - needs to be abstract, final or empty. | 165 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 165 | |
| naming | MethodName | Name 'setDev_config_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 165 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 165 | |
| misc | FinalParameters | Parameter value should be final. | 165 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 169 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| design | DesignForExtension | Method 'getData_req_mode_capab' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 171 | |
| naming | MethodName | Name 'getData_req_mode_capab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 171 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 171 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| design | DesignForExtension | Method 'setData_req_mode_capab' is not designed for extension - needs to be abstract, final or empty. | 177 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 177 | |
| naming | MethodName | Name 'setData_req_mode_capab' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 177 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 177 | |
| misc | FinalParameters | Parameter value should be final. | 177 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 180 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 181 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 182 | |
| design | DesignForExtension | Method 'getOption_list' is not designed for extension - needs to be abstract, final or empty. | 183 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 183 | |
| naming | MethodName | Name 'getOption_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 183 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 183 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 187 | |
| design | DesignForExtension | Method 'setOption_list' is not designed for extension - needs to be abstract, final or empty. | 189 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 189 | |
| naming | MethodName | Name 'setOption_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 189 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 189 | |
| misc | FinalParameters | Parameter value should be final. | 189 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 193 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 194 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 195 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 196 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 197 | |
| sizes | LineLength | Line is longer than 80 characters (found 146). | 200 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 200 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 201 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 201 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 205 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 207 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_entry_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'segm_entry_elem_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getSegm_entry_header' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getSegm_entry_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setSegm_entry_header' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setSegm_entry_header' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getSegm_entry_elem_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getSegm_entry_elem_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSegm_entry_elem_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setSegm_entry_elem_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| naming | MemberName | Name 'spec_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'component_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 49 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 49 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 51 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 51 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| naming | MemberName | Name 'prod_spec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getSpec_type' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'getSpec_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'setSpec_type' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'setSpec_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| misc | FinalParameters | Parameter value should be final. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'getComponent_id' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'getComponent_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'setComponent_id' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| naming | MethodName | Name 'setComponent_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| misc | FinalParameters | Parameter value should be final. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getProd_spec' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | MethodName | Name 'getProd_spec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| design | DesignForExtension | Method 'setProd_spec' is not designed for extension - needs to be abstract, final or empty. | 87 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 87 | |
| naming | MethodName | Name 'setProd_spec' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 87 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 87 | |
| misc | FinalParameters | Parameter value should be final. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 98 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 98 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 99 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| misc | FinalParameters | Parameter value should be final. | 55 | |
| coding | HiddenField | 'value' hides a field. | 55 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| misc | FinalParameters | Parameter btStr should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 126). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'auth_body_and_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'auth_body_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getAuth_body_and_struc_type' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getAuth_body_and_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setAuth_body_and_struc_type' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setAuth_body_and_struc_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getAuth_body_data' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getAuth_body_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setAuth_body_data' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setAuth_body_data' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getProblem' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setProblem' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getReason' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setReason' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 129). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| naming | TypeName | Name 'SFLOAT_Type' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'array_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'sample_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getArray_size' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getArray_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'setArray_size' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| naming | MethodName | Name 'setArray_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| misc | FinalParameters | Parameter value should be final. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'getSample_type' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| naming | MethodName | Name 'getSample_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'setSample_type' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| naming | MethodName | Name 'setSample_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 74 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 74 | |
| misc | FinalParameters | Parameter value should be final. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| design | DesignForExtension | Method 'getFlags' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'setFlags' is not designed for extension - needs to be abstract, final or empty. | 86 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 86 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 86 | |
| misc | FinalParameters | Parameter value should be final. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| sizes | LineLength | Line is longer than 80 characters (found 127). | 97 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 97 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 98 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'sample_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'significant_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getSample_size' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getSample_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setSample_size' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setSample_size' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getSignificant_bits' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getSignificant_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSignificant_bits' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setSignificant_bits' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'lower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'upper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'lower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'upper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'lower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'upper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'lower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'upper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'lower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'upper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'lower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'upper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setLower_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setLower_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setUpper_absolute_value' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setUpper_absolute_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setLower_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setLower_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setUpper_scaled_value' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setUpper_scaled_value' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 55 | |
| naming | MemberName | Name 'obs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 83 | |
| design | DesignForExtension | Method 'getObs_scan_fixed' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getObs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 89 | |
| design | DesignForExtension | Method 'setObs_scan_fixed' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setObs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 55 | |
| naming | MemberName | Name 'obs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 83 | |
| design | DesignForExtension | Method 'getObs_scan_grouped' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getObs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 89 | |
| design | DesignForExtension | Method 'setObs_scan_grouped' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setObs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | MemberName | Name 'scan_per_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getScan_per_fixed' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getScan_per_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 89 | |
| design | DesignForExtension | Method 'setScan_per_fixed' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setScan_per_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 55 | |
| naming | MemberName | Name 'scan_per_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 83 | |
| design | DesignForExtension | Method 'getScan_per_grouped' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getScan_per_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 89 | |
| design | DesignForExtension | Method 'setScan_per_grouped' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setScan_per_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 144). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | MemberName | Name 'scan_per_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getScan_per_var' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getScan_per_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 89 | |
| design | DesignForExtension | Method 'setScan_per_var' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setScan_per_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'data_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'scan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 53 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 53 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| naming | MemberName | Name 'obs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'getData_req_id' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| naming | MethodName | Name 'getData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'setData_req_id' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'setData_req_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| misc | FinalParameters | Parameter value should be final. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| design | DesignForExtension | Method 'getScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'getScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| design | DesignForExtension | Method 'setScan_report_no' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'setScan_report_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 77 | |
| misc | FinalParameters | Parameter value should be final. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'getObs_scan_var' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| naming | MethodName | Name 'getObs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 83 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 89 | |
| design | DesignForExtension | Method 'setObs_scan_var' is not designed for extension - needs to be abstract, final or empty. | 89 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setObs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 100 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 100 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 50 | |
| naming | MemberName | Name 'obs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getPerson_id' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| naming | MethodName | Name 'getPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'setPerson_id' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'setPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| misc | FinalParameters | Parameter value should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 66 | |
| design | DesignForExtension | Method 'getObs_scan_fixed' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| naming | MethodName | Name 'getObs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 72 | |
| design | DesignForExtension | Method 'setObs_scan_fixed' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| naming | MethodName | Name 'setObs_scan_fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'obs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getPerson_id' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setPerson_id' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getObs_scan_grouped' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getObs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setObs_scan_grouped' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setObs_scan_grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'person_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 48 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 48 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 48 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| naming | MemberName | Name 'obs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| design | DesignForExtension | Method 'getPerson_id' is not designed for extension - needs to be abstract, final or empty. | 54 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| naming | MethodName | Name 'getPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'setPerson_id' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'setPerson_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| misc | FinalParameters | Parameter value should be final. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'getObs_scan_var' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| naming | MethodName | Name 'getObs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 72 | |
| design | DesignForExtension | Method 'setObs_scan_var' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| naming | MethodName | Name 'setObs_scan_var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 72 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 72 | |
| misc | FinalParameters | Parameter value should be final. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 83 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 83 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 84 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'segm_evt_entry_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'segm_evt_entry_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'segm_evt_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getSegm_instance' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getSegm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setSegm_instance' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setSegm_instance' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getSegm_evt_entry_index' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getSegm_evt_entry_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setSegm_evt_entry_index' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setSegm_evt_entry_index' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getSegm_evt_entry_count' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'getSegm_evt_entry_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setSegm_evt_entry_count' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'setSegm_evt_entry_count' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getSegm_evt_status' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getSegm_evt_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setSegm_evt_status' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setSegm_evt_status' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'class_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'metric_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 55 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 55 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 55 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| naming | MemberName | Name 'attr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getClass_id' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'getClass_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| design | DesignForExtension | Method 'setClass_id' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'setClass_id' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 67 | |
| misc | FinalParameters | Parameter value should be final. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| design | DesignForExtension | Method 'getMetric_type' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'getMetric_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| design | DesignForExtension | Method 'setMetric_type' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'setMetric_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 79 | |
| misc | FinalParameters | Parameter value should be final. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'getHandle' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 | |
| design | DesignForExtension | Method 'setHandle' is not designed for extension - needs to be abstract, final or empty. | 91 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 91 | |
| misc | FinalParameters | Parameter value should be final. | 91 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| design | DesignForExtension | Method 'getAttr_val_map' is not designed for extension - needs to be abstract, final or empty. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 97 | |
| naming | MethodName | Name 'getAttr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 97 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 97 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| design | DesignForExtension | Method 'setAttr_val_map' is not designed for extension - needs to be abstract, final or empty. | 103 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'setAttr_val_map' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 103 | |
| misc | FinalParameters | Parameter value should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 111 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 114 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 114 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'all_segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 121). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'segm_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 50 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 50 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| coding | MagicNumber | '3' is a magic number. | 50 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 50 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| naming | MemberName | Name 'abs_time_range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'getAll_segments' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'getAll_segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| design | DesignForExtension | Method 'isAll_segmentsSelected' is not designed for extension - needs to be abstract, final or empty. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 60 | |
| naming | MethodName | Name 'isAll_segmentsSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'setAll_segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| misc | FinalParameters | Parameter value should be final. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'selectAll_segments' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'selectAll_segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| design | DesignForExtension | Method 'getSegm_id_list' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| naming | MethodName | Name 'getSegm_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 81 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 81 | |
| design | DesignForExtension | Method 'isSegm_id_listSelected' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| naming | MethodName | Name 'isSegm_id_listSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 85 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 89 | |
| naming | MethodName | Name 'setSegm_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 89 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 89 | |
| misc | FinalParameters | Parameter value should be final. | 89 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 93 | |
| design | DesignForExtension | Method 'selectSegm_id_list' is not designed for extension - needs to be abstract, final or empty. | 94 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 94 | |
| naming | MethodName | Name 'selectSegm_id_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 94 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 94 | |
| misc | FinalParameters | Parameter value should be final. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'getAbs_time_range' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| naming | MethodName | Name 'getAbs_time_range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 106 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 106 | |
| design | DesignForExtension | Method 'isAbs_time_rangeSelected' is not designed for extension - needs to be abstract, final or empty. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 110 | |
| naming | MethodName | Name 'isAbs_time_rangeSelected' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 110 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 110 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 114 | |
| naming | MethodName | Name 'setAbs_time_range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 114 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 114 | |
| misc | FinalParameters | Parameter value should be final. | 114 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| design | DesignForExtension | Method 'selectAbs_time_range' is not designed for extension - needs to be abstract, final or empty. | 119 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 119 | |
| naming | MethodName | Name 'selectAbs_time_range' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 119 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 119 | |
| misc | FinalParameters | Parameter value should be final. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 123 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 129 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 131 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 134 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 134 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 135 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 141 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'segm_data_event_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getSegm_data_event_descr' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getSegm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setSegm_data_event_descr' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setSegm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getSegm_data_event_entries' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getSegm_data_event_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setSegm_data_event_entries' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setSegm_data_event_entries' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 123). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getSegm_data_event_descr' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| naming | MethodName | Name 'getSegm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setSegm_data_event_descr' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'setSegm_data_event_descr' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'seg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'seg_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getSeg_info' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getSeg_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setSeg_info' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setSeg_info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'segm_stat_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 46 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 46 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| naming | MemberName | Name 'segm_stat_entry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getSegm_stat_type' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'getSegm_stat_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setSegm_stat_type' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| naming | MethodName | Name 'setSegm_stat_type' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 58 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 58 | |
| misc | FinalParameters | Parameter value should be final. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| design | DesignForExtension | Method 'getSegm_stat_entry' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| naming | MethodName | Name 'getSegm_stat_entry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| design | DesignForExtension | Method 'setSegm_stat_entry' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| naming | MethodName | Name 'setSegm_stat_entry' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| misc | FinalParameters | Parameter value should be final. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 142). | 81 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 81 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 82 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 82 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 88 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'modification_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getModification_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getModification_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setModification_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setModification_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 138). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'obj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'attribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getObj_handle' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setObj_handle' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setObj_handle' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAttribute_list' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getAttribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAttribute_list' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setAttribute_list' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'date_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getDate_time' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getDate_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setDate_time' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setDate_time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getAccuracy' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setAccuracy' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 134). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 137). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 133). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 141). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 39 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 47 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| naming | MemberName | Name 'model_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'getManufacturer' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'setManufacturer' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 59 | |
| misc | FinalParameters | Parameter value should be final. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getModel_number' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'getModel_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 | |
| design | DesignForExtension | Method 'setModel_number' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'setModel_number' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 71 | |
| misc | FinalParameters | Parameter value should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 82 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 82 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 89 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 131). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getPartition' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setPartition' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getCode' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setCode' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| coding | HiddenField | 'value' hides a field. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 135). | 66 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 66 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 67 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'seg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| naming | MethodName | Name 'getSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 46 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 52 | |
| naming | MethodName | Name 'setSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 52 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 52 | |
| misc | FinalParameters | Parameter value should be final. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 63 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 63 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 64 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| naming | MemberName | Name 'seg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 120). | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 45 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| naming | MemberName | Name 'trig_segm_xfer_rsp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'getSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'getSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| design | DesignForExtension | Method 'setSeg_inst_no' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| naming | MethodName | Name 'setSeg_inst_no' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'getTrig_segm_xfer_rsp' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| naming | MethodName | Name 'getTrig_segm_xfer_rsp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 63 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| design | DesignForExtension | Method 'setTrig_segm_xfer_rsp' is not designed for extension - needs to be abstract, final or empty. | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| naming | MethodName | Name 'setTrig_segm_xfer_rsp' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 69 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 69 | |
| misc | FinalParameters | Parameter value should be final. | 69 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| sizes | LineLength | Line is longer than 80 characters (found 140). | 80 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 80 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 81 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 136). | 62 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 62 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 69 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 44 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 44 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getType' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'setType' is not designed for extension - needs to be abstract, final or empty. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| misc | FinalParameters | Parameter value should be final. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| design | DesignForExtension | Method 'getVersion' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| design | DesignForExtension | Method 'setVersion' is not designed for extension - needs to be abstract, final or empty. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 68 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 68 | |
| misc | FinalParameters | Parameter value should be final. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 72 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 128). | 79 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 79 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 80 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 86 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 41 | |
| whitespace | NoWhitespaceBefore | ',' is preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 47 | |
| misc | FinalParameters | Parameter value should be final. | 47 | |
| coding | HiddenField | 'value' hides a field. | 47 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter value should be final. | 51 | |
| coding | HiddenField | 'value' hides a field. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 55 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| design | DesignForExtension | Method 'initValue' is not designed for extension - needs to be abstract, final or empty. | 59 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 59 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'add' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter item should be final. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 132). | 70 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 70 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| misc | NewlineAtEndOfFile | File does not end with a newline. | ||
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 | |
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 37 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 40 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 42 | |
| coding | MagicNumber | '16L' is a magic number. | 42 | |
| whitespace | ParenPad | ')' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| misc | FinalParameters | Parameter value should be final. | 49 | |
| coding | HiddenField | 'value' hides a field. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter value should be final. | 53 | |
| coding | HiddenField | 'value' hides a field. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter value should be final. | 57 | |
| coding | HiddenField | 'value' hides a field. | 57 | |
| design | DesignForExtension | Method 'setValue' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| misc | FinalParameters | Parameter btStr should be final. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'getValue' is not designed for extension - needs to be abstract, final or empty. | 65 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 69 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 72 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 72 | |
| design | DesignForExtension | Method 'getPreparedData' is not designed for extension - needs to be abstract, final or empty. | 73 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 24 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 26 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 36 | |
| whitespace | ParenPad | '(' is followed by whitespace. | 36 | |
| misc | FinalParameters | Parameter id should be final. | 36 | |
| coding | HiddenField | 'id' hides a field. | 36 | |
| misc | FinalParameters | Parameter type should be final. | 36 | |
| coding | HiddenField | 'type' hides a field. | 36 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 37 | |
| coding | MagicNumber | '65536' is a magic number. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 39 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 39 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| design | DesignForExtension | Method 'getAttributeID' is not designed for extension - needs to be abstract, final or empty. | 48 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 48 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| design | DesignForExtension | Method 'getAttributeType' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 111). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 27 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 33 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 34 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 34 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 34 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 35 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Iterator. | 23 | |
| imports | UnusedImports | Unused import - java.util.LinkedList. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| design | VisibilityModifier | Variable 'objects' must be private and have accessor methods. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 46 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| design | DesignForExtension | Method 'addObjecttoDim' is not designed for extension - needs to be abstract, final or empty. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 53 | |
| misc | FinalParameters | Parameter handle should be final. | 53 | |
| misc | FinalParameters | Parameter obj should be final. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| design | DesignForExtension | Method 'getObjectfromDim' is not designed for extension - needs to be abstract, final or empty. | 57 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 57 | |
| misc | FinalParameters | Parameter handle should be final. | 57 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 62 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 104). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 31 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 34 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 38 | |
| misc | FinalParameters | Parameter list should be final. | 38 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 110). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 34 | |
| naming | TypeName | Name 'EpiCfgScanner_Events' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 47 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 47 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 47 | |
| javadoc | JavadocMethod | Expected @param tag for 'sriv'. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 53 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 53 | |
| javadoc | JavadocMethod | Expected @param tag for 'srif'. | 53 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 57 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 60 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 60 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 60 | |
| javadoc | JavadocMethod | Expected @param tag for 'srig'. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 63 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 65 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 65 | |
| javadoc | JavadocMethod | Expected @param tag for 'srimpvar'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 68 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'srimpf'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 75 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 75 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'srimpg'. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| misc | FinalParameters | Parameter list should be final. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 47 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 47 | |
| design | DesignForExtension | Method 'MDS_Configuration_Event' is not designed for extension - needs to be abstract, final or empty. | 51 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| naming | MethodName | Name 'MDS_Configuration_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 51 | |
| misc | FinalParameters | Parameter cfgreport should be final. | 51 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 56 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| misc | FinalParameters | Parameter scanreportinfovar should be final. | 56 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 61 | |
| misc | FinalParameters | Parameter scanreportinfofixed should be final. | 62 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 67 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 67 | |
| misc | FinalParameters | Parameter scanreportinfompvar should be final. | 68 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 73 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 73 | |
| misc | FinalParameters | Parameter scanreportinfompfixed should be final. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 95 | |
| misc | FinalParameters | Parameter sriv should be final. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 99 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 99 | |
| misc | FinalParameters | Parameter srif should be final. | 99 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 103 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 103 | |
| misc | FinalParameters | Parameter srig should be final. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 107 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 107 | |
| misc | FinalParameters | Parameter srimpvar should be final. | 107 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 109 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 111 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 111 | |
| misc | FinalParameters | Parameter srimpf should be final. | 111 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 113 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 115 | |
| naming | MethodName | Name 'Unbuf_Scan_Report_MP_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 115 | |
| misc | FinalParameters | Parameter srimpg should be final. | 115 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 117 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| naming | TypeName | Name 'GET_Service' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 29 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 32 | |
| naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.Hashtable. | 24 | |
| imports | UnusedImports | Unused import - java.util.LinkedList. | 25 | |
| imports | UnusedImports | Unused import - org.universAAL.lddi.lib.ieeex73std.x73.p20601.HANDLE. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 95). | 35 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 52 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 55 | |
| naming | MethodName | Name 'MDS_Data_Request' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 65 | |
| naming | MethodName | Name 'Set_Time' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 29 | |
| naming | TypeName | Name 'MDS_Events' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 33 | |
| javadoc | JavadocMethod | Expected an @return tag. | 37 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 37 | |
| naming | MethodName | Name 'MDS_Configuration_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'cfgreport'. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 47 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 50 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 50 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfovar'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 117). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 60 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 64 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 64 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 64 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfofixed'. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 65 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 70 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 70 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 70 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 70 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfompvar'. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 73 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 76 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 76 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 76 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 76 | |
| javadoc | JavadocMethod | Expected @param tag for 'scanreportinfompfixed'. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 77 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 79 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.LinkedList. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 30 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 36 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 36 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 36 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 36 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 37 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 28 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 34 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 37 | |
| misc | FinalParameters | Parameter list should be final. | 37 | |
| javadoc | JavadocMethod | Expected @param tag for 'list'. | 37 | |
| javadoc | JavadocMethod | Expected @throws tag for 'Exception'. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 39 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 45 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getAttribute' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 49 | |
| misc | FinalParameters | Parameter id should be final. | 49 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 53 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 53 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 55 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 55 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 62 | |
| design | DesignForExtension | Method 'hasAttribute' is not designed for extension - needs to be abstract, final or empty. | 63 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 63 | |
| misc | FinalParameters | Parameter id should be final. | 63 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 63 | |
| whitespace | WhitespaceAround | 'while' is not followed by whitespace. | 66 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 66 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 68 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 68 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 68 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 74 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 75 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 112). | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 98). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 30 | |
| naming | TypeName | Name 'PM_Segment' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 36 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| misc | FinalParameters | Parameter list should be final. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 40 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 47 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 49 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 54 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 112). | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 36 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 41 | |
| naming | TypeName | Name 'PM_Store' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 41 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 41 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 45 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 54 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 59 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 61 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 62 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 63 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 64 | |
| naming | MethodName | Name 'Clear_Segments' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| javadoc | JavadocMethod | Expected @param tag for 'segsel'. | 66 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 67 | |
| sizes | LineLength | Line is longer than 80 characters (found 113). | 69 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 70 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 71 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 72 | |
| javadoc | JavadocMethod | Expected an @return tag. | 75 | |
| naming | MethodName | Name 'Get_Segment_Info' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 75 | |
| javadoc | JavadocMethod | Expected @param tag for 'segsel'. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 78 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 79 | |
| sizes | LineLength | Line is longer than 80 characters (found 115). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 118). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 82 | |
| javadoc | JavadocMethod | Expected an @return tag. | 84 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 84 | |
| naming | MethodName | Name 'Trig_Segment_Data_Xfer' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| javadoc | JavadocMethod | Expected @param tag for 'trigseg'. | 84 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 85 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 25 | |
| naming | TypeName | Name 'PM_Store_Events' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 25 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 27 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 116). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 114). | 34 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 35 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 36 | |
| javadoc | JavadocMethod | Expected an @return tag. | 38 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 38 | |
| naming | MethodName | Name 'Segment_Data_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 38 | |
| javadoc | JavadocMethod | Expected @param tag for 'segdataev'. | 38 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 40 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 107). | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 39 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 40 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 42 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 44 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 45 | |
| sizes | LineLength | Line is longer than 80 characters (found 104). | 46 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 47 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 50 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 52 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 52 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 54 | |
| misc | FinalParameters | Parameter list should be final. | 54 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 56 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 56 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 61 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 64 | |
| design | DesignForExtension | Method 'MDS_Configuration_Event' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| naming | MethodName | Name 'MDS_Configuration_Event' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 66 | |
| misc | FinalParameters | Parameter cfgreport should be final. | 66 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 71 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 71 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 71 | |
| misc | FinalParameters | Parameter scanreportinfovar should be final. | 71 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 77 | |
| misc | FinalParameters | Parameter scanreportinfofixed should be final. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 84 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 84 | |
| misc | FinalParameters | Parameter scanreportinfompvar should be final. | 85 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 87 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 91 | |
| naming | MethodName | Name 'MDS_Dynamic_Data_Update_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 91 | |
| misc | FinalParameters | Parameter scanreportinfompfixed should be final. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 97 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 98 | |
| naming | MethodName | Name 'GET' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 112 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 115 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 116 | |
| naming | MethodName | Name 'Buf_Scan_Report_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 116 | |
| misc | FinalParameters | Parameter sriv should be final. | 116 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 122 | |
| naming | MethodName | Name 'Buf_Scan_Report_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 122 | |
| misc | FinalParameters | Parameter srif should be final. | 122 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 124 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 127 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 128 | |
| naming | MethodName | Name 'Buf_Scan_Report_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 128 | |
| misc | FinalParameters | Parameter srig should be final. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 130 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 134 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 134 | |
| misc | FinalParameters | Parameter srimpvar should be final. | 134 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 136 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 139 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 140 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 140 | |
| misc | FinalParameters | Parameter srimpf should be final. | 140 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 142 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 145 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 146 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 146 | |
| misc | FinalParameters | Parameter srimpg should be final. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 148 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 111). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 32 | |
| naming | TypeName | Name 'PeriCfgScanner_Events' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 39 | |
| naming | MethodName | Name 'Buf_Scan_Report_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 39 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 40 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 40 | |
| naming | MethodName | Name 'Buf_Scan_Report_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 40 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 40 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 41 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 41 | |
| naming | MethodName | Name 'Buf_Scan_Report_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 41 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 42 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Var' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 42 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 42 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 43 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 43 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Fixed' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 43 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 43 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 44 | |
| modifier | RedundantModifier | Redundant 'public' modifier. | 44 | |
| naming | MethodName | Name 'Buf_Scan_Report_MP_Grouped' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| sizes | LineLength | Line is longer than 80 characters (found 104). | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 33 | |
| naming | TypeName | Name 'RT_SA' must match pattern '^[A-Z][a-zA-Z0-9]*$'. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 41 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 42 | |
| misc | FinalParameters | Parameter list should be final. | 42 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 43 | |
| sizes | LineLength | Line is longer than 80 characters (found 84). | 44 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 44 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 48 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 49 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 49 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 119). | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 99). | 57 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 61 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| imports | UnusedImports | Unused import - java.util.LinkedList. | 22 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 29 | |
| sizes | LineLength | Line is longer than 80 characters (found 109). | 30 | |
| sizes | LineLength | Line is longer than 80 characters (found 101). | 31 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 37 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 37 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 37 | |
| whitespace | WhitespaceAround | '{' is not followed by whitespace. | 37 | |
| whitespace | WhitespaceAround | '}' is not preceded with whitespace. | 37 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| design | DesignForExtension | Method 'getNomenclatureCode' is not designed for extension - needs to be abstract, final or empty. | 39 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 39 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 39 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 42 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 28 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 29 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 35 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 36 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 37 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 38 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 39 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 40 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 43 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 44 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 45 | |
| design | VisibilityModifier | Variable 'evtmanager' must be private and have accessor methods. | 45 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 46 | |
| design | VisibilityModifier | Variable 'timeout' must be private and have accessor methods. | 46 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 47 | |
| misc | FinalParameters | Parameter manager should be final. | 50 | |
| coding | HiddenField | 'manager' hides a field. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'manager'. | 50 | |
| misc | FinalParameters | Parameter evtmgr should be final. | 50 | |
| javadoc | JavadocMethod | Expected @param tag for 'evtmgr'. | 50 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 57 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 58 | |
| javadoc | JavadocMethod | Expected an @return tag. | 62 | |
| design | DesignForExtension | Method 'getTransportState' is not designed for extension - needs to be abstract, final or empty. | 62 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 63 | |
| design | DesignForExtension | Method 'getChannelState' is not designed for extension - needs to be abstract, final or empty. | 66 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 66 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 67 | |
| design | DesignForExtension | Method 'getStringTransportState' is not designed for extension - needs to be abstract, final or empty. | 70 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 70 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 71 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 72 | |
| design | DesignForExtension | Method 'getStringChannelState' is not designed for extension - needs to be abstract, final or empty. | 75 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 75 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 76 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 80 | |
| sizes | LineLength | Line is longer than 80 characters (found 91). | 81 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 82 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 95 | |
| design | DesignForExtension | Method 'setChannelState' is not designed for extension - needs to be abstract, final or empty. | 96 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 96 | |
| misc | FinalParameters | Parameter newstate should be final. | 96 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 97 | |
| whitespace | WhitespaceAround | 'synchronized' is not followed by whitespace. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 99 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 101 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 101 | |
| sizes | LineLength | Line is longer than 80 characters (found 110). | 102 | |
| whitespace | OperatorWrap | '+' should be on a new line. | 102 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 107 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 107 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 110 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 113 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 113 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 116 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 116 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 118 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 119 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 119 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 122 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 122 | |
| sizes | LineLength | Line is longer than 80 characters (found 124). | 125 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 125 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 125 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 128 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 132 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 133 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 134 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 135 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 137 | |
| javadoc | JavadocMethod | Expected an @return tag. | 138 | |
| design | DesignForExtension | Method 'transportActivate' is not designed for extension - needs to be abstract, final or empty. | 138 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 138 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 139 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 139 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 141 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 143 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 144 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 144 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 146 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 151 | |
| javadoc | JavadocStyle | First sentence should end with a period. | 152 | |
| javadoc | JavadocMethod | Expected an @return tag. | 153 | |
| design | DesignForExtension | Method 'transportDeactivate' is not designed for extension - needs to be abstract, final or empty. | 153 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 154 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 154 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 156 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 158 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 159 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 159 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 159 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 161 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 166 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 168 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 170 | |
| javadoc | JavadocMethod | Expected an @return tag. | 171 | |
| design | DesignForExtension | Method 'transitiontoUnassociated' is not designed for extension - needs to be abstract, final or empty. | 171 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 172 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 172 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 174 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 175 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 177 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 179 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 180 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 181 | |
| sizes | LineLength | Line is longer than 80 characters (found 81). | 188 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 190 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 192 | |
| javadoc | JavadocMethod | Expected an @return tag. | 193 | |
| design | DesignForExtension | Method 'transitiontoAssociating' is not designed for extension - needs to be abstract, final or empty. | 193 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 193 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 194 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 194 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 195 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 196 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 198 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 200 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 202 | |
| sizes | LineLength | Line is longer than 80 characters (found 102). | 208 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 209 | |
| sizes | LineLength | Line is longer than 80 characters (found 111). | 210 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 213 | |
| javadoc | JavadocMethod | Expected an @return tag. | 214 | |
| design | DesignForExtension | Method 'transitiontoOperating' is not designed for extension - needs to be abstract, final or empty. | 214 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 215 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 215 | |
| sizes | LineLength | Line is longer than 80 characters (found 86). | 217 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 217 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 218 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 219 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 221 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 222 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 223 | |
| sizes | LineLength | Line is longer than 80 characters (found 89). | 224 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 231 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 234 | |
| javadoc | JavadocMethod | Expected an @return tag. | 235 | |
| design | DesignForExtension | Method 'transitiontoCheckingConfig' is not designed for extension - needs to be abstract, final or empty. | 235 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 236 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 236 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 238 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 238 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 239 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 241 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 243 | |
| sizes | LineLength | Line is longer than 80 characters (found 106). | 244 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 245 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 251 | |
| sizes | LineLength | Line is longer than 80 characters (found 90). | 251 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 252 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 253 | |
| sizes | LineLength | Line is longer than 80 characters (found 96). | 253 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 255 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 256 | |
| javadoc | JavadocMethod | Expected an @return tag. | 259 | |
| design | DesignForExtension | Method 'transitiontoWaitingConfig' is not designed for extension - needs to be abstract, final or empty. | 259 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 260 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 260 | |
| sizes | LineLength | Line is longer than 80 characters (found 105). | 261 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 261 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 262 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 264 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 266 | |
| sizes | LineLength | Line is longer than 80 characters (found 108). | 267 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 268 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 268 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 269 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 270 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 273 | |
| sizes | LineLength | Line is longer than 80 characters (found 139). | 279 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 280 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 282 | |
| javadoc | JavadocMethod | Expected an @return tag. | 283 | |
| design | DesignForExtension | Method 'transitiontoDisassociating' is not designed for extension - needs to be abstract, final or empty. | 283 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 284 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 284 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 285 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 286 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 287 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 289 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 291 | |
| sizes | LineLength | Line is longer than 80 characters (found 83). | 292 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 293 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 302 | |
| javadoc | JavadocMethod | Expected an @return tag. | 303 | |
| design | DesignForExtension | Method 'isValidTransition' is not designed for extension - needs to be abstract, final or empty. | 303 | |
| misc | FinalParameters | Parameter oldstate should be final. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'oldstate'. | 303 | |
| misc | FinalParameters | Parameter newstate should be final. | 303 | |
| javadoc | JavadocMethod | Expected @param tag for 'newstate'. | 303 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 305 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 310 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 310 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 310 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 310 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 315 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 316 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 316 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 316 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 316 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 318 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 318 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 318 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 318 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 320 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 320 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 320 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 320 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 320 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 323 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 325 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 325 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 325 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 325 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 327 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 327 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 327 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 327 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 329 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 330 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 331 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 332 | |
| sizes | LineLength | Line is longer than 80 characters (found 92). | 332 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 332 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 332 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 332 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 334 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 334 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 334 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 334 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 336 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 337 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 339 | |
| sizes | LineLength | Line is longer than 80 characters (found 94). | 339 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 339 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 339 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 339 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 341 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 341 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 341 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 341 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 343 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 343 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 343 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 343 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 345 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 346 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 347 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 349 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 349 | |
| whitespace | WhitespaceAround | '==' is not preceded with whitespace. | 349 | |
| whitespace | WhitespaceAround | '==' is not followed by whitespace. | 349 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 351 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 354 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 357 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 358 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 359 | |
| design | DesignForExtension | Method 'testFSM' is not designed for extension - needs to be abstract, final or empty. | 363 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 363 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 364 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 364 | |
| coding | MagicNumber | '6' is a magic number. | 364 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAfter | ';' is not followed by whitespace. | 364 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 364 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 366 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 367 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 367 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 367 | |
| sizes | LineLength | Line is longer than 80 characters (found 107). | 369 | |
| whitespace | WhitespaceAround | '<' is not preceded with whitespace. | 370 | |
| coding | MagicNumber | '6' is a magic number. | 370 | |
| whitespace | WhitespaceAround | '<' is not followed by whitespace. | 370 | |
| blocks | LeftCurly | '{' at column 4 should be on the previous line. | 371 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 372 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 372 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 372 | |
| blocks | LeftCurly | '{' at column 5 should be on the previous line. | 373 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 374 | |
| sizes | LineLength | Line is longer than 80 characters (found 164). | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not followed by whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| whitespace | WhitespaceAround | '+' is not preceded with whitespace. | 375 | |
| design | DesignForExtension | Method 'resetthis' is not designed for extension - needs to be abstract, final or empty. | 382 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 382 | |
| misc | FinalParameters | Parameter i should be final. | 382 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 383 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 386 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 387 | |
| whitespace | MethodParamPad | '(' is preceded with whitespace. | 387 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 387 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 391 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 24 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.*. | 27 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.*. | 28 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.annotations.constraints.*. | 29 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.coders.*. | 30 | |
| imports | AvoidStarImport | Using the '.*' form of import should be avoided - org.universAAL.lddi.lib.ieeex73std.org.bn.types.*. | 31 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocPackage | Missing package-info.java file. | ||
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 25 | |
| naming | ConstantName | Name 'NaN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 26 | |
| naming | ConstantName | Name 'NRes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter exp should be final. | 45 | |
| misc | FinalParameters | Parameter man should be final. | 45 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter measure should be final. | 51 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 52 | |
| whitespace | WhitespaceAfter | 'typecast' is not followed by whitespace. | 54 | |
| whitespace | WhitespaceAround | '&' is not preceded with whitespace. | 54 | |
| whitespace | WhitespaceAround | '&' is not followed by whitespace. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 130). | 56 | |
| naming | LocalVariableName | Name 'aux_exponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 56 | |
| coding | MagicNumber | '24' is a magic number. | 56 | |
| sizes | LineLength | Line is longer than 80 characters (found 169). | 57 | |
| naming | LocalVariableName | Name 'aux_mantissa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 57 | |
| coding | MagicNumber | '0x00FFFFFF' is a magic number. | 57 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 58 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 60 | |
| coding | MagicNumber | '0x00800000' is a magic number. | 60 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 60 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 60 | |
| coding | MagicNumber | '16777216' is a magic number. | 61 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 63 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 67 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 67 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 67 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 73 | |
| design | DesignForExtension | Method 'getExponent' is not designed for extension - needs to be abstract, final or empty. | 74 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 74 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 75 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 78 | |
| design | DesignForExtension | Method 'getMantissa' is not designed for extension - needs to be abstract, final or empty. | 79 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 79 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 80 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 83 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 84 | |
| design | DesignForExtension | Method 'checkLimits' is not designed for extension - needs to be abstract, final or empty. | 85 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 85 | |
| misc | FinalParameters | Parameter exp should be final. | 85 | |
| misc | FinalParameters | Parameter man should be final. | 85 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 89 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 89 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| design | DesignForExtension | Method 'getFloatValue' is not designed for extension - needs to be abstract, final or empty. | 95 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 95 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 95 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 96 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 97 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 98 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 102 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 102 | |
| coding | MagicNumber | '10' is a magic number. | 102 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 105 | |
| design | DesignForExtension | Method 'isSpecialFloatValue' is not designed for extension - needs to be abstract, final or empty. | 106 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 106 | |
| misc | FinalParameters | Parameter mantissa should be final. | 106 | |
| coding | HiddenField | 'mantissa' hides a field. | 106 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 106 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 108 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 118 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 119 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 120 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 121 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 122 |
| Severity | Category | Rule | Message | Line |
|---|---|---|---|---|
| javadoc | JavadocType | Missing a Javadoc comment. | 22 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 23 | |
| whitespace | FileTabCharacter | File contains tab characters (this is the first instance). | 23 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 24 | |
| sizes | LineLength | Line is longer than 80 characters (found 103). | 25 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 25 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 25 | |
| naming | ConstantName | Name 'NaN' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 25 | |
| sizes | LineLength | Line is longer than 80 characters (found 112). | 26 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 26 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 26 | |
| naming | ConstantName | Name 'NRes' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'. | 26 | |
| sizes | LineLength | Line is longer than 80 characters (found 82). | 27 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 27 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 27 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 28 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 28 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 28 | |
| sizes | LineLength | Line is longer than 80 characters (found 93). | 29 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 29 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 29 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 30 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 30 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 31 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 31 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 32 | |
| sizes | LineLength | Line is longer than 80 characters (found 87). | 32 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 32 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 32 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 33 | |
| sizes | LineLength | Line is longer than 80 characters (found 88). | 33 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 33 | |
| modifier | ModifierOrder | 'static' modifier out of order with the JLS suggestions. | 33 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 34 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 38 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 41 | |
| javadoc | JavadocVariable | Missing a Javadoc comment. | 42 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 43 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 44 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 45 | |
| misc | FinalParameters | Parameter exp should be final. | 45 | |
| misc | FinalParameters | Parameter man should be final. | 45 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 46 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 47 | |
| whitespace | WhitespaceAround | '=' is not preceded with whitespace. | 48 | |
| whitespace | WhitespaceAround | '=' is not followed by whitespace. | 48 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 50 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 51 | |
| misc | FinalParameters | Parameter num should be final. | 51 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 52 | |
| sizes | LineLength | Line is longer than 80 characters (found 125). | 53 | |
| naming | LocalVariableName | Name 'aux_exponent' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 53 | |
| coding | MagicNumber | '12' is a magic number. | 53 | |
| sizes | LineLength | Line is longer than 80 characters (found 157). | 54 | |
| naming | LocalVariableName | Name 'aux_mantissa' must match pattern '^[a-z][a-zA-Z0-9]*$'. | 54 | |
| coding | MagicNumber | '0x0FFF' is a magic number. | 54 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 55 | |
| sizes | LineLength | Line is longer than 80 characters (found 122). | 57 | |
| coding | MagicNumber | '0x0800' is a magic number. | 57 | |
| whitespace | WhitespaceAround | '!=' is not preceded with whitespace. | 57 | |
| whitespace | WhitespaceAround | '!=' is not followed by whitespace. | 57 | |
| coding | MagicNumber | '4096' is a magic number. | 58 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 60 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 61 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 61 | |
| whitespace | WhitespaceAround | 'else' is not preceded with whitespace. | 64 | |
| whitespace | WhitespaceAround | '}' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | 'else' is not followed by whitespace. | 64 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 64 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 70 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 71 | |
| design | DesignForExtension | Method 'getExponent' is not designed for extension - needs to be abstract, final or empty. | 72 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 72 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 73 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 76 | |
| design | DesignForExtension | Method 'getMantissa' is not designed for extension - needs to be abstract, final or empty. | 77 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 77 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 78 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 81 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 82 | |
| design | DesignForExtension | Method 'checkConstraint' is not designed for extension - needs to be abstract, final or empty. | 83 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 83 | |
| misc | FinalParameters | Parameter exp should be final. | 83 | |
| misc | FinalParameters | Parameter man should be final. | 83 | |
| blocks | LeftCurly | '{' at column 2 should be on the previous line. | 84 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 85 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 85 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 86 | |
| blocks | NeedBraces | 'if' construct must use '{}'s. | 87 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 87 | |
| sizes | LineLength | Line is longer than 80 characters (found 85). | 88 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 90 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 92 | |
| design | DesignForExtension | Method 'getFloatValue' is not designed for extension - needs to be abstract, final or empty. | 93 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 93 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 93 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 94 | |
| whitespace | WhitespaceAround | 'if' is not followed by whitespace. | 95 | |
| blocks | LeftCurly | '{' at column 3 should be on the previous line. | 96 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 99 | |
| whitespace | WhitespaceAround | '*' is not preceded with whitespace. | 100 | |
| whitespace | WhitespaceAround | '*' is not followed by whitespace. | 100 | |
| coding | MagicNumber | '10' is a magic number. | 100 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 101 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 103 | |
| design | DesignForExtension | Method 'isSpecialFloatValue' is not designed for extension - needs to be abstract, final or empty. | 104 | |
| javadoc | JavadocMethod | Missing a Javadoc comment. | 104 | |
| misc | FinalParameters | Parameter mantissa should be final. | 104 | |
| coding | HiddenField | 'mantissa' hides a field. | 104 | |
| whitespace | WhitespaceAround | '{' is not preceded with whitespace. | 104 | |
| regexp | RegexpSingleline | Line has trailing spaces. | 106 |